Search found 3 matches

by josh
Sat May 19, 2018 8:21 pm
Forum: Libraries and Tools
Topic: Peachy - Aseprite animations
Replies: 8
Views: 11871

Re: Peachy - Aseprite animations

This is a nice present for all Asesprite users. Good work, Josh! May be I miss some options or notes here: - How to play animation from certain frame? - peachy:setTag (tag) <-- does it reset the animation to the 1st frame? I cannot use it for some cut-scenes with a lot of long (not looped) animatio...
by josh
Fri May 18, 2018 7:42 am
Forum: Libraries and Tools
Topic: Peachy - Aseprite animations
Replies: 8
Views: 11871

Re: Peachy - Aseprite animations

This is really cool. I notice the examples include the .aseprite files, and that the JSON files reference the .aseprite files too, but is it necessary to include them? Or is it possible for it to work with only the JSON and PNG spritesheet, without giving away the aseprite source file? Yeah, the as...
by josh
Thu May 17, 2018 8:39 pm
Forum: Libraries and Tools
Topic: Peachy - Aseprite animations
Replies: 8
Views: 11871

Peachy - Aseprite animations

Peachy is a parser/renderer for Aseprite animations in LÖVE. It lets you load the animation JSON and PNG spritesheet exports from Aseprite and draw them in LÖVE like so: local peachy = require("peachy") -- Load an aseprite animation file called spinner.json, with the image -- spinner.png &...