How to make Haskell GLUT using freeglut on Windows?

How to make a Haskell GLUT binding using freeglut instead of the original GLUT on windows?

+3
source share
1 answer

I find an easy way to do this. Just clean all the original GLUT lib materials and download the precompiled freeglut.dll file and replace it with glut32.dll and save it in C: \ WINDOWS \ system32.

Eric Wong

+3
source

All Articles