marcus256
09-07-2001, 12:11 AM
Is GLUT better than pure Win32 coding? A common question. I wanted the best of both, so I created my own Win32 wrapper called GLFW.
You can try it at: http://opengl.freehosting.net/glfw/
It is a combination of GLUT and Win32 programming: you don't need to know Win32 programming, and you do not need a DLL.
Plus, the GLFW source is clean, compact and easy to modify if you really want to get into Win32 programming.
Let me know what you think about it.
/Marcus
You can try it at: http://opengl.freehosting.net/glfw/
It is a combination of GLUT and Win32 programming: you don't need to know Win32 programming, and you do not need a DLL.
Plus, the GLFW source is clean, compact and easy to modify if you really want to get into Win32 programming.
Let me know what you think about it.
/Marcus