https://github.com/doughsay/crystal-gl
Crystal OpenGL bindings
https://github.com/doughsay/crystal-gl
crystal crystal-opengl opengl
Last synced: 2 months ago
JSON representation
Crystal OpenGL bindings
- Host: GitHub
- URL: https://github.com/doughsay/crystal-gl
- Owner: doughsay
- License: mit
- Created: 2017-07-08T18:14:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T04:56:03.000Z (almost 9 years ago)
- Last Synced: 2025-12-26T09:35:19.471Z (6 months ago)
- Topics: crystal, crystal-opengl, opengl
- Language: Crystal
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GL
Idiomatic Crystal OpenGL bindings
## Usage
Add it to your `shard.yml`:
```yml
dependencies:
...
gl:
github: doughsay/crystal-gl
...
```
See my [Cube Demo](https://github.com/doughsay/crystal-cube) for an example of how to use this library.
## WIP
This is very much a Work In Progress, only the functions needed to run my demo apps have been added. As I need other functions I will add them, but if anyone else is interested in using this, please feel free to open pull-requests adding OpenGL functions that are missing.
## License
[MIT](LICENSE)