Skip to content

Object oriented OpenGL library for Crystal. Give a bit of structure to your graphics programming.

License

Notifications You must be signed in to change notification settings

icy-arctic-fox/gloop

Repository files navigation

Gloop

Add some structure to your OpenGL code! Object oriented OpenGL library for Crystal.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      gloop:
        gitlab: arctic-fox/gloop
  2. Run shards install

Usage

require "gloop"

TODO: Write usage instructions here

Versioning

Gloop is written against OpenGL 4.6 Core profile. However, this doesn't mean OpenGL 4.6 must be used. As long as your application calls methods only in the target version, the code will compile and link. For instance, Direct State Access (DSA) was introduced in OpenGL 4.5. If your code doesn't utilize DSA, then it should be fine to target a version lower than 4.5.

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://gitlab.com/arctic-fox/gloop/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

About

Object oriented OpenGL library for Crystal. Give a bit of structure to your graphics programming.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages