opengl

Version, currently master branch1 version
  • master branchlatestFeb 15, 2017

github.com/eltanin-engine/opengl

OpenGL bindings for Crystal

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  opengl:
    github: eltanin-engine/opengl
    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.20.5
License
MIT
Author
Max Berends

Dependencies

Runtime Dependencies

  • lib_gl*github: Rinkana/lib_gl

README

opengl

Build Status

OpenGL library that extends lib_gl to make it easier to use.

Installation

Add this to your application's shard.yml:

dependencies:
  opengl:
    github: lirith-engine/opengl

Usage

require "opengl"

TODO: Write usage instructions here

Contributing

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