Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 862 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 862 Bytes

lib_gl

Build Status

Library to expose the OpenGL api to Crystal. This is generated by gl_generator.

Installation

Add this to your application's shard.yml:

dependencies:
  lib_gl:
    github: lirith-engine/lib_gl

Usage

require "lib_gl"

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/lirith-engine/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

  • Rinkana Max Berends - creator, maintainer