glut-cr
GLUT bindinds for Crystal language.
Installation
Add this to your application's shard.yml
:
dependencies:
glut-cr:
github: TamasSzekeres/glut-cr
Then run in terminal:
crystal deps
Usage
require "./glut-cr/*"
For more details see the sample in /sample folder.
Sample
Build and run the sample:
mkdir bin
crystal build -o bin/sample sample/simple_window.cr --release
./bin/sample
Contributing
- Fork it ( https://github.com/TamasSzekeres/glut-cr/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
- TamasSzekeres Tamás Szekeres - creator, maintainer