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
napperley
07/13/2017, 10:50 AM
Is this for Kotlin JVM or Kotlin Native?
k
karelpeeters
07/13/2017, 10:52 AM
JVM, using the popular Java wrapper for opengl LWJGL
n
napperley
07/14/2017, 4:38 AM
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.