crystal-raw-gl

Version, currently master branch1 version
  • master branchlatestJan 31, 2021

github.com/oprypin/crystal-raw-gl

Crystal bindings to OpenGL and GLU

9 stars
1 dependent
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-raw-gl:
    github: oprypin/crystal-raw-gl
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 0.25.1
Author
Oleh Prypin <oleh@pryp.in>

Dependencies

This version declares no dependencies.

README

# crystal-raw-gl

### [Crystal][] bindings to OpenGL and GLU.

Generated using [crystalize.py][], with manual modifications.

**[Example][]**, with [CrSFML][] managing the window.

[License](LICENSE): MIT.

[crystal]: http://crystal-lang.org/
[crystalize.py]: https://github.com/BlaXpirit/crystalize.py
[crsfml]: https://github.com/BlaXpirit/crsfml
[example]: https://github.com/BlaXpirit/crsfml-examples/blob/master/cube/cube.cr