Page 1 of 1

Ase (aseprite) file loader for love2d

Posted: Mon May 31, 2021 10:23 pm
by titanrei
I'm making a loader for ase files to help developers make animations(or sprites) without manually configuring it in code.
Is very early, but i will make it better and better :smile:

Link for the project: https://github.com/elloramir/love-ase

Re: Ase (aseprite) file loader for love2d

Posted: Thu Oct 21, 2021 5:49 pm
by pauljessup
Cool! You still working on it?

Re: Ase (aseprite) file loader for love2d

Posted: Thu Oct 21, 2021 7:20 pm
by GVovkiv
pauljessup wrote: Thu Oct 21, 2021 5:49 pm Cool! You still working on it?
Last update on github was on 1st Jun
I don't think so

Re: Ase (aseprite) file loader for love2d

Posted: Fri Oct 22, 2021 2:43 am
by pauljessup
That was only a few months ago, but I get it.

Re: Ase (aseprite) file loader for love2d

Posted: Mon Feb 14, 2022 5:24 pm
by titanrei
pauljessup wrote: Thu Oct 21, 2021 5:49 pm Cool! You still working on it?
Sorry for the late answ, btw I'm not working anymore on it, but I've plans to improve it and add more functionalities on the next month.
When it was made, I was learning LUA as beginner and now I can make it better, I hope :)

Re: Ase (aseprite) file loader for love2d

Posted: Wed Feb 23, 2022 3:47 pm
by pauljessup
NP! I'm just curious, I use Asesprite a lot myself, I've been doing it since the late 90's, early 2000's, when I was coding in C++ and Allegro

Re: Ase (aseprite) file loader for love2d

Posted: Fri Feb 25, 2022 1:52 pm
by alejandroalzate
titanrei wrote: Mon May 31, 2021 10:23 pm I'm making a loader for ase files to help developers make animations(or sprites) without manually configuring it in code.
Is very early, but i will make it better and better :smile:

Link for the project: https://github.com/CripBoy/love-ase
yo put a pull request to awesome love to get in the list :P

Re: Ase (aseprite) file loader for love2d

Posted: Thu Mar 03, 2022 12:59 am
by titanrei
alejandroalzate wrote: Fri Feb 25, 2022 1:52 pm
titanrei wrote: Mon May 31, 2021 10:23 pm I'm making a loader for ase files to help developers make animations(or sprites) without manually configuring it in code.
Is very early, but i will make it better and better :smile:

Link for the project: https://github.com/elloramir/love-ase
yo put a pull request to awesome love to get in the list :P
Right now, I pushed a new version of the loader with one more detailed example.
You gave me a good idea, I'm going to submit to awesome love in soon.

NOTE: I changed my github user name :)

Re: Ase (aseprite) file loader for love2d

Posted: Tue Nov 29, 2022 7:31 pm
by premek
Hi, thanks a lot for this, I'm planning to use it to load color palette files saved from aseprite: https://github.com/premek/love-ase-pal

Re: Ase (aseprite) file loader for love2d

Posted: Thu Apr 13, 2023 11:31 pm
by titanrei
premek wrote: Tue Nov 29, 2022 7:31 pm Hi, thanks a lot for this, I'm planning to use it to load color palette files saved from aseprite: https://github.com/premek/love-ase-pal
I'm glad to see it, nice work! :awesome: