gloop

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

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

Repository

gloop

Owner
Statistic
  • 3
  • 0
  • 0
  • 0
  • 5
  • almost 2 years ago
  • April 18, 2021
License

MIT License

Links
Synced at

Thu, 25 Apr 2024 17:27:20 GMT

Languages