Gloop
Add some structure to your OpenGL code! Object oriented OpenGL library for Crystal.
Installation
-
Add the dependency to your
shard.yml
:dependencies: gloop: gitlab: arctic-fox/gloop
-
Run
shards install
Usage
require "gloop"
TODO Write usage instructions here
Versioning
Gloop is written against OpenGL 4.6 Core profile. However, this doesn't mean OpenGL 4.6 must be used. As long as your application calls methods only in the target version, the code will compile and link. For instance, Direct State Access (DSA) was introduced in OpenGL 4.5. If your code doesn't utilize DSA, then it should be fine to target a version lower than 4.5.
Development
TODO Write development instructions here
Contributing
- Fork it (https://gitlab.com/arctic-fox/gloop/fork)
- 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 Pull Request
Contributors
- Michael Miller - creator and maintainer