An open API service indexing awesome lists of open source software.

https://github.com/sedwards2009/nodegui-plugin-opengl

OpenGL support for Nodegui
https://github.com/sedwards2009/nodegui-plugin-opengl

nodegui nodejs opengl plugin qt

Last synced: about 2 months ago
JSON representation

OpenGL support for Nodegui

Awesome Lists containing this project

README

          

# nodegui-plugin-opengl
OpenGL support plugin for [NodeGui](https://github.com/nodegui/nodegui)

WORK IN PROGRESS

This plugin aims to cover the most important functionality from Qt's (modern) OpenGL related classes. Although it is not complete it is already capable of the core OpenGL features.

# Trying it out

Use git to clone down this repository, run `npm install`, run `npm build`, and then run `npm run demo:cube` or one of the other demos like `demo:hellogl2` or `demo:triangle`.

# Maintainer

Simon Edwards

# License

MIT