https://kotlinlang.org logo
#random
Title
# random
e

elect

07/13/2017, 8:57 AM
if interested, I started porting the LearnOpenGL tutorial to kotlin, https://github.com/java-opengl-labs/learn-OpenGL/
k

karelpeeters

07/13/2017, 10:41 AM
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.
k

karelpeeters

07/14/2017, 6:24 AM
No I didn't know that, interesting.
e

elect

07/14/2017, 7:13 AM
yep 🙂
32 Views