GLFW 2.7.7 发布,便携式OpenGL应用程序开发框架
jopen 12年前
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
- Keyboard, mouse, joystick and time input
- 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