GLFW 2.7.9 发布,OpenGL应用开发框架
jopen 11年前
GLFW是一个便携式的OpenGL应用程序开发框架。它能够处理操作系统的特定任务如:OpenGL窗口管理,分辨率切换,键盘,鼠标,游戏杆输入,定时器输入,创建线程等。
特性
- Easy to use API in the style of the OpenGL APIs
- Gives you a window and OpenGL context with two function calls
- Explicit support for MSAA and OpenGL 3.2+, including profiles and flags
- Input can be either polled or delivered via callbacks
- Basic Unicode character input
- Supports both static and dynamic linking
- Open Source with a liberal OSI-certified license
- Makefiles or project files for most popular C/C++ compilers
- Examples and comprehensive documentation
发布说明:This release adds fixes for multiple cursor motion bugs on Windows and fixes support for the LFLAGS environment variable on OS X.