mittsu-cr
3D Graphics Library for Crystal. It is a fork 3D Graphics Library for Ruby (https://github.com/jellymann/mittsu).
Installation
-
Add the dependency to your
shard.yml
:dependencies: mittsu-cr: github: your-github-user/mittsu-cr
-
Run
shards install
Usage
require "mittsu-cr"
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/mittsu-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 Pull Request
Contributors
- viachpaliy - creator and maintainer
95% all code is taken from Daniel Smith's project without changes.