rafaskb / awesome-libgdx

🎮 📝 A curated list of libGDX resources to help developers make awesome games.
https://github.com/rafaskb/awesome-libgdx
Creative Commons Zero v1.0 Universal
1.04k stars 77 forks source link

Add TexturePacker and Tutorials #54

Open CodeAndWeb opened 3 months ago

CodeAndWeb commented 3 months ago

Hi,

TexturePacker supports LibGDX almost since the start of the project. https://www.codeandweb.com/texturepacker

There are also 2 tutorials available:

The first one is a quick intro into creating sprite sheets, the other one a more detailed tutorial that also supports physics using shapes created with PhysicsEditor (https://www.codeandweb.com/physicseditor)

It would be nice if you would add them, too.

Best Andreas