lib_gl
LibGL bindings for Crystal. Uses Khronos XML API registry and a modified version of the Ruby Generator by vaiorabbit.
Installation
Add this to your application's shard.yml
:
dependencies:
lib_gl:
github: jellymann/crystal_lib_gl
Usage
require "lib_gl"
TODO Write usage instructions here
Development
TODO Write development instructions here
See Also
- LibGLFW3 bindings for Crystal
- Idiomatic Crystal API for GLFW (makes lib_glfw3 nicer to work with)
- Crystal OpenGL Samples
Contributing
- Fork it ( https://github.com/jellymann/crystal_lib_gl/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
- jellymann Daniel Smith - creator, maintainer
- vaiorabbit - creator of orignal Ruby version