GLFW: An OpenGL library
文章推薦指數: 80 %
GLFWisanOpenSource,multi-platformlibraryforOpenGL,OpenGLESand Vulkandevelopmentonthedesktop.ItprovidesasimpleAPIforcreating windows,contextsandsurfaces,receivinginputandevents. GLFWiswritteninCandsupportsWindows,macOS,X11andWayland. GLFWislicensedunderthezlib/libpnglicense.
延伸文章資訊
- 1GLFW - 維基百科,自由的百科全書 - Wikipedia
GLFW 是配合OpenGL 使用的輕量級工具程序庫,縮寫自Graphics Library Framework(圖形庫框架)。GLFW 的主要功能是創建並管理窗口和OpenGL 上下文, ...
- 2创建窗口- LearnOpenGL-CN
GLFW是一个专门针对OpenGL的C语言库,它提供了一些渲染物体所需的最低限度的接口。它允许用户创建OpenGL上下文,定义窗口参数以及处理用户输入,这正 ...
- 3Documentation | GLFW
Example code. Below is a short example of setting up a window and OpenGL context with GLFW. There...
- 4[OpenGL]配置GLFW(超详细) - collectionne - 博客园
自己编译GLFW需要使用CMake。CMake是一个可以通过源代码生成相应编译器的项目文件的软件。进入CMake官方网站cmake.org,点击右上角的 ...
- 5GLFW: An OpenGL library
GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on th...