issues
search
kool-engine
/
kool
An OpenGL / WebGPU engine for Desktop JVM, Android and Javascript written in Kotlin
https://fabmax.github.io/kool/kool-js
Apache License 2.0
309
stars
20
forks
source link
Feature/asset loader cleanup
#82
Closed
fabmax
closed
3 months ago
fabmax
commented
3 months ago
Lots of asset loading related changes:
Cleand up and simplified asset loading API
Use Result type for loaded assets instead of nullable types
Renamed
TextureData
to
ImageData
and introduced more types to better distinguish between cpu-accesible buffered types and raw image types
More texture type safety
Lots of asset loading related changes:
TextureData
toImageData
and introduced more types to better distinguish between cpu-accesible buffered types and raw image types