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

Clean up modules #111

Closed LeHaine closed 2 years ago

LeHaine commented 2 years ago

There should be a new directory called extensions or something of that nature that should hold the optional external modules that aren't directly part of LittleKt to be used separately.

For example, the tools module should be moved into the new directory and the BinPacker logic should be moved directly into core instead of having a dependency on tools.