Develop and Download Open Source Software

GLFW

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2012-02-14 13:57
This release replaces Cygwin cross-compilation with better MinGW and MSYS support, adds support for POSIX monotonic timers, adds the GLFW_INCLUDE_GL3 to make GLFW include the draft gl3.h header instead of gl.h, and fixes a number of bugs.
2011-08-13 06:32
This release adds support for OpenGL 3.2 core profile on OS X Lion. It fixes a few minor bugs in the Cocoa port.
2011-07-27 14:39
Many minor issues have been fixed. Most notably, a buffer overflow in WGL context creation was fixed, a test was added for the WGL_ARB_create_context_profile extension, a regression in the dlopen code path was fixed, a termination error in GLX context creation has been fixed, the active and iconified states are now tracked on Cocoa, and Win32 window iconification has been improved. Projects files for Visual C++ 2010 have been added. A test for dynamic linking has been added.
2010-09-03 16:13
Many bugs have been fixed. Explicit support for OpenGL 3.2+ context creation has been added. Proper EWMH and ICCCM compliance has been implemented. A 64-bit capable Cocoa port has been added. The LaTeX documentation has been expanded. The Carbon port has been deprecated. The Pascal and D bindings have been updated. More keys are supported, a number of test programs have been added. The X11 build system has been improved. The deprecated DOS and AmigaOS ports have been removed. Several unmaintained language bindings have been removed.
2007-09-02 01:54
Many bugs have been fixed, including the
fullscreen problems on X11. Support for fullscreen
antialiasing has been added. The image and texture
API has been enhanced. Windows can be made
non-resizable. Threads can explicitly yield. The
build system has been improved. Shared library,
universal binary, and MinGW cross compiling
targets now exist. Improvements since the beta
release include a slew of mouse input bugfixes,
working FSAA on Win32, process transformation on
Mac OS X, and various other bugfixes.

Project Resources

http://freecode.com/urls/e7297ec690b451446254fc3ac5983aa2
http://freecode.com/urls/63986667c5c516619c41dd3e30e3e8e5
http://freecode.com/urls/f8ba45408e74c87523d857bda61ec0c1
http://freecode.com/urls/035ab1ac44d1799ae849175fb0f0d10c
http://freecode.com/urls/f8fe08462ad81467046287b332821b6c
http://freecode.com/urls/eaa513c163153466b39b82da43567816
http://freecode.com/projects/glfw

Project Description

GLFW is a portable framework for OpenGL application development. It handles operating system specific tasks such OpenGL window management, resolution switching, keyboard, mouse, and joystick input, timer input, creating threads, and more.