gitlab.com/arctic-fox/opengl-bind-gen.cr
master / published Feb 5, 2025 / repository
Dynamically generates a Crystal shard for OpenGL bindings.
OpenGL Binding Generator
Generates a Crystal shard that has bindings for OpenGL.
Installation
Add this to your application's shard.yml:
dependencies:
opengl-bind-gen:
gitlab: arctic-fox/opengl-bind-gen
Usage
TODO
Development
TODO
Contributing
- Fork it (https://gitlab.com/arctic-fox/opengl-bind-gen/fork/new)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Merge Request
Please make sure to run crystal tool format before submitting.
The CI build checks for properly formatted code.
Contributors
- arctic-fox Michael Miller - creator, maintainer
API
- OpenGLBindingGenerator
Top-level module for the OpenGL binding generator.