garnet-math
Various vector and matrix math constructs
Installation
-
Add the dependency to your
shard.yml
:dependencies: garnet-math: github: garnet-engine/garnet-math
-
Run
shards install
Usage
require "garnet-math"
Contributing
- Fork it (https://github.com/garnet-engine/garnet-math/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
- Stephen Belanger - creator and maintainer