gloop
Version, currently master branch1 version
- master branchlatestJul 3, 2022
github.com/icy-arctic-fox/gloop
Object oriented OpenGL library for Crystal. Give a bit of structure to your graphics programming.
Installation
# Add this to your shard.yml
dependencies:
gloop:
github: icy-arctic-fox/gloop
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.4.1- License
- MIT
- Author
- Michael Miller
Dependencies
Runtime Dependencies
- opengl*gitlab: arctic-fox/opengl.cr, branch: gl-4.6-core
Development Dependencies
README
Gloop
Add some structure to your OpenGL code! Object oriented OpenGL library for Crystal.
Installation
-
Add the dependency to your
shard.yml:dependencies: gloop: gitlab: arctic-fox/gloop -
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
- Fork it (https://gitlab.com/arctic-fox/gloop/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Michael Miller - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jul 3, 2022
- Crystal
1.4.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/icy-arctic-fox/gloop
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1