if interested, I started porting the LearnOpenGL t...
# random
e
if interested, I started porting the LearnOpenGL tutorial to kotlin, https://github.com/java-opengl-labs/learn-OpenGL/
k
I'll take a look if I ever get really stuck, thanks. Right now I'm using the fact that there aren't that many tutorials for Kotlin to my advantage, it forces me to actually think about the code I'm writing.
n
Is this for Kotlin JVM or Kotlin Native?
k
JVM, using the popular Java wrapper for opengl LWJGL
n
Did you know that over 60% of LWJGL is written in Kotlin (https://github.com/LWJGL/lwjgl3)? The bulk of LWJGL used to be written in Java.
k
No I didn't know that, interesting.
e
yep 🙂