mittsu-cr

Version, currently master branch1 version
  • master branchlatestJan 5, 2020

github.com/viachpaliy/mittsu-cr

3D Graphics Library for Crystal

3 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  mittsu-cr:
    github: viachpaliy/mittsu-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
0.32.0
License
MIT
Author
viachpaliy

Dependencies

Runtime Dependencies

  • glfw*github: jellymann/crystal_glfw
  • lib_gl*github: jellymann/crystal_lib_gl
  • stumpy_png~> 4.5github: stumpycr/stumpy_png

README

mittsu-cr

3D Graphics Library for Crystal. It is a fork 3D Graphics Library for Ruby (https://github.com/jellymann/mittsu).

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      mittsu-cr:
        github: your-github-user/mittsu-cr
  2. Run shards install

Usage

require "mittsu-cr"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/mittsu-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

95% all code is taken from Daniel Smith's project without changes.