Re: [NewIO-developers] GLUT?
Status: Alpha
Brought to you by:
cnystrom
|
From: Olli A. <oa...@gm...> - 2008-11-07 21:49:28
|
On Fri, Nov 7, 2008 at 11:14 PM, Chris Nystrom <cny...@gm...> wrote: > Is it a good idea to use the OpenGL Utility Toolkit (GLut) ? > No. The old glut is really old. There is at least one open source version hanging around(freeglut) but I think that's dead too. Haven't been updated in many years. If you want an alternative to SDL take a look at GLFW(http://glfw.sourceforge.net/). O. |