Kotlin OpenGL using FreeGLUT and FreeType2

Submitted by Dickens A S on Thu, 11/21/2019 - 14:50

Kickstart Kotlin OpenGL GLSL using GLEW, FreeGLUT and FreeType2 using below github code

Output 640x480 window with GLUT

FreeGLUT and FreeType2

Download MSYS2

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

pacman -S mingw-w64-x86_64-glew mingw-w64-x86_64-freeglut mingw-w64-x86_64-freetype

change x86_64 to i686 for 32 bit widows

Source Code

End Of Article

Add new comment