文件名称:glfwJS:GLFW的N-API绑定
文件大小:2.83MB
文件格式:ZIP
更新时间:2024-02-24 17:56:51
nodejs javascript c opengl vulkan
glfwJS 用于桌面上的OpenGL,OpenGL ES和Vulkan开发的多平台库的N-API绑定。 它提供了一个简单的API,用于创建窗口,上下文和表面,接收输入和事件。 例 if ( ! glfwInit ( ) ) { process . exit ( 1 ) ; } const window = glfwCreateWindow ( kWidth , kHeight , "Simple example" , null , null ) ; if ( ! window ) { glfwTerminate ( ) ; process . exit ( 1
【文件预览】:
glfwJS-master
----.gitignore(43B)
----generated()
--------index.c(8KB)
--------interface.js(23KB)
--------calls.c(118KB)
----package.json(715B)
----build()
--------linux()
--------win32()
--------darwin()
----LICENSE(1KB)
----index.js(51B)
----examples()
--------index.js(1KB)
----libs()
--------linux()
--------win32()
--------darwin()
----README.md(813B)
----include()
--------c()
--------ast()
----binding.gyp(881B)
----index.d.ts(11KB)