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

  1. LibGLFW3 bindings for Crystal
  2. Idiomatic Crystal API for GLFW (makes lib_glfw3 nicer to work with)
  3. Crystal OpenGL Samples

Contributing

  1. Fork it ( https://github.com/jellymann/crystal_lib_gl/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors