webgl-raub

OpenGL/WebGL for Node.js

MIT License

Downloads
227
Stars
80
Committers
19

Bot releases are hidden (Show)

webgl-raub - Update dependencies

Published by raub about 4 years ago

Rebuilt with new AT dependency.
Resolved vulnerability issue.
Added highp shader correction.

webgl-raub - Allow Dependency Patches

Published by raub over 4 years ago

  • Allow patch releases for dependencies in package.json
webgl-raub - Update dependency

Published by raub over 4 years ago

  • Update AT dependency to fix a vulnerability
webgl-raub - Apply shader replacements

Published by raub almost 5 years ago

Shader code is now automatically fixed to comply with the OpenGL backend.

webgl-raub - Update segfault dependency

Published by raub almost 5 years ago

Makes logging segfaults to file optional.

webgl-raub - Getters for drawingBuffer size

Published by raub almost 5 years ago

Added gl.drawingBufferWidth and gl.drawingBufferHeight.

webgl-raub - The Advent of N-API

Published by raub about 5 years ago

Designed to work with Addon Tools 5. Moved GYP build step to subfolder.

Installation flow was changed.

Before: download sources, compile, remove unnecessary intermediates.
Now: download N-API binary from a Github/other release.

webgl-raub - Added VAO support

Published by raub over 5 years ago

Added OES_vertex_array_object interface. See example.

Native calls:

gl.createVertexArray()
gl.deleteVertexArray()
gl.isVertexArray()
gl.bindVertexArray()

are also available. See example.

webgl-raub - Minor Update

Published by raub over 5 years ago

Added codefactor.

Using newer dependencies.

webgl-raub - WebGL Initial

Published by raub almost 6 years ago

Mostly WebGL compatible.
Works on Windows, Linux, OSX.