glm
glm copied to clipboard
jvm glm
Is there a Discord Server for this library or kotlin-graphics in general?
I want to use this library in a multiplatform application. Since the bulk of this library is written in pure Kotlin, going multiplatform would be fairly trivial. The only possible...
I was quite excited to give this project a try in my small Kotlin/JS + WebGL side-project and I discovered very late that it depends on `java.*` APIs. I'm aware...
First, I'd like to thank you for creating a port of glm. I'd love to use it in my project and I'm very glad that you've put an effort to...
So, I'm getting some dilemmas right now and I'd like to hear some feedbacks I finally recently implemented inline classes into native pointer management in [kool](https://github.com/kotlin-graphics/kool/blob/master/src/main/kotlin/kool/pointers.kt) (I was eager to...
Caused by: java.lang.ClassNotFoundException: Didn't find class "kool.ExtensionsKt" on path: DexPathList[[dex file "/data/data/com.example.opengl/code_cache/.overlay/base.apk/classes10.dex"
Hi. I have an android app where I have a module where your library has been used for a long time. However, lately the build started broken, but just on...
Hello, There's some experimentation happening with adding interfaces into the `VecX` hierarchy to allow distinguishing between mutable and read-only vectors. While working on this, I encountered issues with glm's usage...