littlektframework / littlekt

A multiplatform WebGPU 2D game framework written in Kotlin. Build your own game engine on top.
https://littlekt.com
Apache License 2.0
321 stars 12 forks source link

Gradle: Create a gradle plugin that can pack textures automatically into an atlas based on configurations #73

Closed LeHaine closed 2 years ago

LeHaine commented 2 years ago

Should be able to automatically pack images of a specified directory into a JSON based atlas file and placed into resources on compile or triggered via task.

https://en.wikipedia.org/wiki/Bin_packing_problem

Suggested features: