glut-cr

GLUT bindings for Crystal language.

glut-cr

GLUT bindinds for Crystal language.

Installation

Add this to your application's shard.yml:

dependencies:
  glut-cr:
    github: TamasSzekeres/glut-cr

Then run in terminal:

crystal deps

Usage

require "./glut-cr/*"

For more details see the sample in /sample folder.

Sample

Build and run the sample:

	mkdir bin
	crystal build -o bin/sample sample/simple_window.cr --release
	./bin/sample

Contributing

  1. Fork it ( https://github.com/TamasSzekeres/glut-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 Pull Request

Contributors

Repository

glut-cr

Owner
Statistic
  • 1
  • 0
  • 0
  • 0
  • 0
  • over 7 years ago
  • November 10, 2016
License

MIT License

Links
Synced at

Sat, 18 May 2024 23:19:51 GMT

Languages