cryst_glut
CrystGLUT
OpenGL context toolkit built on Freeglut and written in Crystal
Installation
Add this to your application's shard.yml
:
dependencies:
cryst_glut:
github: neutrinog/cryst_glut
Usage
require "cryst_glut"
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/neutrinog/cryst_glut/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
- neutrinog Joel Lonbeck - creator, maintainer