opengl_samples
A collection of OpenGL samples written in Crystal.
Installation
Clone and run shards install
Usage
Currently there is only one sample:
crystal run src/sample.cr
See also
- LibGL bindings for Crystal
- LibGLFW3 bindings for Crystal
- Idiomatic Crystal API for GLFW (makes lib_glfw3 nicer to work with)
Contributing
- Fork it ( https://github.com/jellymann/crystal_opengl_samples/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