在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ColonelThirtyTwo/LuaJIT-GLFW开源软件地址(OpenSource Url):https://github.com/ColonelThirtyTwo/LuaJIT-GLFW开源编程语言(OpenSource Language):C 98.0%开源软件介绍(OpenSource Introduction):LuaJIT-GLFWLuaJIT FFI bindings for GLFW 3 and OpenGL. This library contains everything needed to start a basic OpenGL app in Lua. BuildingLuaJIT-GLFW builds bindings from the systems OpenGL and GLFW headers, as well as an included To build with GCC, just run UsageTo load the library, use the local luajit_glfw = require "glfw" LuaJIT-GLFW loads the following libraries:
You can also use the following snippet to concisely localize the libraries. local gl, glc, glu, glfw, glext = luajit_glfw.libraries()
-- Or if you just need the libraries:
local gl, glc, glu, glfw, glext = require('glfw').libraries() Additionally, LuaJIT-GLFW wraps GLFW functions and sets metatypes for GLFW structs for convenience. See |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论