OpenGL 應用框架,GLFW 2.7.6 發布

jopen 12年前發布 | 11K 次閱讀 OpenGL

GLFW是一個OpenGL的應用框架,支持Linux和Windows。GLFW 主要用來處理特定操作系統下的特定任務,例如 OpenGL 窗口管理、分辨率切換、鍵盤、鼠標以及游戲手柄、定時器輸入、線程創建等等。

Features

  • 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


GLFW 2.7.6 發布,該版本增加對 OS X 平臺上游戲手柄的支持,支持使用 MinGW-w64 進行構建,修復了一系列 bug。

OpenGL 應用框架,GLFW 2.7.6 發布

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!