Kotlin OpenGL using GLAD

Submitted by Dickens A S on Thu, 11/14/2019 - 17:00

Kickstart Kotlin OpenGL GLSL using GLAD and GLFW using below github code

GitHubhttps://github.com/dickensas/kotlin-gradle-templates/tree/master/opengl-glsl-glad

Minimal GLAD generation from glad generator and added to the github code

OpenGL rectangle

 

Install MSYS2

This is required for windows to download pre-compiled libraries and its headers

pacman -S mingw-w64-x86_64-glfw

Note: genrating big glad file file slowdown the kotlin cinterop

 

 

Add new comment