github.com/icy-arctic-fox/glfw.cr
3.3.3 / published Jan 28, 2022 / repository
Raw GLFW bindings
glfw.cr
GLFW bindings for Crystal. This repository contains just the bindings for GLFW, no custom wrappers.
Installation
- Add the dependency to your
shard.yml:
dependencies:
glfw.cr:
gitlab: arctic-fox/glfw.cr
- Run
shards install
Usage
require "glfw"
Contributing
- Fork it (https://gitlab.com/arctic-fox/glfw.cr/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 Merge Request
Contributors
- Michael Miller - creator and maintainer
API
This version publishes no documented types.