File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,21 @@ binaries through **NPM** for **Node.js** addons.
2121### JS Interface
2222
2323See in [ glfw-raub] ( https://github.com/node-3d/glfw-raub/blob/master/core.js ) Node.js addon.
24+
2425See in [ webgl-raub] ( https://github.com/node-3d/webgl-raub/blob/master/core.js ) Node.js addon.
2526
2627
2728### binding.gyp
2829
2930See in [ glfw-raub] ( https://github.com/node-3d/glfw-raub/tree/master/src/binding.gyp ) Node.js addon.
31+
3032See in [ webgl-raub] ( https://github.com/node-3d/webgl-raub/tree/master/src/binding.gyp ) Node.js addon.
3133
3234
3335### addon.cpp
3436
3537See in [ glfw-raub] ( https://github.com/node-3d/glfw-raub/blob/master/src/cpp/glfw-common.hpp ) Node.js addon.
38+
3639See in [ webgl-raub] ( https://github.com/node-3d/webgl-raub/blob/master/src/cpp/webgl.hpp ) Node.js addon.
3740
3841Refer to [ GLFW] ( https://www.glfw.org/documentation.html ) and
You can’t perform that action at this time.
0 commit comments