opengl-bind-gen

Version, currently master branch1 version
  • master branchlatestFeb 5, 2025

gitlab.com/arctic-fox/opengl-bind-gen.cr

Dynamically generates a Crystal shard for OpenGL bindings.

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  opengl-bind-gen:
    gitlab: arctic-fox/opengl-bind-gen.cr
    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
1.1.0
License
MIT
Author
Michael Miller
Target
  • opengl-bind-gen from src/opengl_binding_generator.cr

Dependencies

This version declares no dependencies.

README

OpenGL Binding Generator

Generates a Crystal shard that has bindings for OpenGL.

Installation

Add this to your application's shard.yml:

dependencies:
  opengl-bind-gen:
    gitlab: arctic-fox/opengl-bind-gen

Usage

TODO

Development

TODO

Contributing

  1. Fork it (https://gitlab.com/arctic-fox/opengl-bind-gen/fork/new)
  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 Merge Request

Please make sure to run crystal tool format before submitting. The CI build checks for properly formatted code.

Contributors