littlekt icon indicating copy to clipboard operation
littlekt copied to clipboard

A multiplatform 2D game framework written in Kotlin. Build your own game engine on top.

Results 18 littlekt issues
Sort by recently updated
recently updated
newest added

If an existing `TextureAtlas` is added to a `MutableTextureAtlas`, the extruded part is excluded when it should be included.

bug
graphics

Being able to uncompress a `ByteArray` or a `String` with GZIP and ZLib as an extension method, Mainly needed to uncompress data when using `Tiled` map editor. ```kotlin val data...

enhancement
jvm
js
android

Add a new `Node` that emits a signal after certain amount of time has elapsed. * Allows for repeating of timer * Allows for one shot * Allows to start,...

enhancement
scene graph

Requires #34 to be implemented first.

bug
font