/node-opengl

OpenGL module for NodeJS

Primary LanguageC++

OpenGL module for NodeJS

This projects attempts to provide platform-independent access to opengl functions. The project is born from a fork of node-webgl package at https://github.mikeseven/node-webl

Dependencies

  • NodeJS
  • node-glfw (GLFW 3.0, OpenGL/Mesa)

License

BSD

Modules included

  • skel: app skeleton
  • timer: timer object
  • ogl: 2D drawing primitives (rectangle, polygon, grid)

Examples

Todo

TBW