Search found 3 matches

by Timon
Wed Mar 13, 2019 11:18 am
Forum: Libraries and Tools
Topic: luasteam - SteamWorks API Integration
Replies: 14
Views: 35669

Re: luasteam - SteamWorks API Integration

It works really. Thanks!

What about User/Friends Avatar functions? i.e.

Code: Select all

imgid = Steam.friends.GetFriendAvatarID(uid, 2) 
and

Code: Select all

local imgdata, w, h = Steam.utils.LoadImageByID(imgid)
imgdata = love.image.newImageData(w, h, imgdata)
Thank you a lot for luasteam ))
by Timon
Tue Mar 27, 2018 10:12 am
Forum: Support and Development
Topic: The build problem for MacOS
Replies: 0
Views: 1650

The build problem for MacOS

Hi all. I do not understand what I'm doing wrong: 1. I make build for MacOS, as shown in the tutorial with Mac OS X 10.7+ 2. The build does not work on Sierra 10.12.6 ("Unable to run the program MyProg.app" error) I'm tried build examples from other IDEs for MacOS and they worked in Sierra...
by Timon
Fri Jan 26, 2018 1:17 pm
Forum: Libraries and Tools
Topic: [Library] anim8 - An animation library - v2.3.0 released
Replies: 84
Views: 120406

Re: [Library] anim8 - An animation library - v2.3.0 released

Dear Kikito, thanks you for anim8! Please explain - in Animations part i see onLoop is an optional parameter which can be a function or a string representing one of the animation methods. It does nothing by default. If specified, it will be called every time an animation "loops". It will h...