raylib-aseprite icon indicating copy to clipboard operation
raylib-aseprite copied to clipboard

Load Aseprite files for animated sprites in raylib.

Results 8 raylib-aseprite issues
Sort by recently updated
recently updated
newest added

With the new tilemap ability in Aseprite 1.3, any plans to support loading/displaying tilemap info to help setup collisions/animations etc for environments?

Get the amount of time a Tag takes to animate.

https://github.com/nothings/stb/blob/master/docs/stb_howto.txt ALLOW STATIC IMPLEMENTATION Have a #define which makes function declarations and function definitions static. This makes the implementation private to the source file that creates it. This allows people...

If I use 0,0,0,255 as a color it doesn't actually render on screen. I change it to a very dark gray and it renders just fine. It may be an...