Tags: zeta1999/korge
Tags
Add timePerFrame to SpriteAnimation's companion (korlibs#274)
New Camera API (experimental) (korlibs#239) Initial implementation of new Camera API Co-authored-by: soywiz <soywiz@gmail.com>
Fix/fix.9.patch.rendering (korlibs#267) * Improve debug VertexInfo with toStringXY and toStringXYUV + using texture width/height to compute integral u, v coordinates * Fixes 9 patch rendering to not deform (keeping aspect ratio) on fixed X and Y segments
Feature/native storage.shared.preferences (korlibs#261) * Prevent NativeStorage to be an object. But allow to get it from views: Views.storage Make android to use SharedPreferences instead of files
Feature/dsl.marker (korlibs#253) * Annotate View with KorDslMarker from KorMA. Proper put the right receiver on fill/stroke callbacks * Remove ViewsDslMarker, since all the receivers extends View that already have the KorDslMarker * Fixed explicit this inside View inheritors. Shouldn't be an issue on most userland code since people is probably not creating custom views * Bump korim version too
PreviousNext