glfw

Version, currently 3.3.34 versions

gitlab.com/arctic-fox/glfw.cr

Raw GLFW bindings

1 stars
2 dependents
License: zlib

Installation

# Add this to your shard.yml
dependencies:
  glfw:
    gitlab: arctic-fox/glfw.cr
    version: ~> 3.3.3

Then run:

shards install

shard.yml

Crystal
1.0.0
License
zlib
Author
Michael Miller

Dependencies

This version declares no dependencies.

README

glfw.cr

GLFW bindings for Crystal. This repository contains just the bindings for GLFW, no custom wrappers.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  glfw.cr:
    gitlab: arctic-fox/glfw.cr
  1. Run shards install

Usage

require "glfw"

Contributing

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

Contributors