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
- Host: GitHub
- URL: https://github.com/sedwards2009/nodegui-plugin-opengl
- Owner: sedwards2009
- License: mit
- Created: 2021-06-12T06:41:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T19:44:28.000Z (over 4 years ago)
- Last Synced: 2025-03-09T21:24:57.522Z (12 months ago)
- Topics: nodegui, nodejs, opengl, plugin, qt
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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