GLFW
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. GLFW (GL framework) is a platform-independant library that does things that would usually require platform-dependant code. Most notably:
The library is similar to SDL, except that it does less things that are not strictly tied to the platform, just texture loading. Therefore it is somewhat smaller. Also, the licence for GLFW (Zlib licence) is less strict than the one that SDL uses. At the moment GLFW supports pretty much any Unix with X11, MS Windows and Mac OS X.
[edit] Features
[edit] Platforms
[edit] Tutorials and Source[edit] Introduction[edit] Input[edit] Example Game[edit] Related WeblinksCategories: Library | 3D | Input | GLFW |


