• Stars
    star
    26
  • Rank 900,820 (Top 19 %)
  • Language
    Crystal
  • License
    MIT License
  • Created almost 8 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A pure Crystal Vector Math library

crystaledge

Build Status

Pure Crystal vector math library (WIP)

Installation

Add this to your application's shard.yml:

dependencies:
  crystaledge:
    github: unn4m3d/crystaledge

Development

TODO List:

  • Vector2 math
    • Vector2 * Matrix3
    • Vector2 tests
    • Vector2 docs
    • "Dangerous" versions of Vector2 methods
  • Vector3 math
    • Vector3 * Matrix4
    • Vector3 rotation
    • Vector3 reflection
    • Vector3 tests
    • Vector3 docs
    • "Dangerous" versions of Vector3 methods
  • Vector4 math
    • Vector4 tests
    • Vector4 docs
    • "Dangerous" versions of Vector4 methods
  • Matrix3 math
    • Matrix3 tests
    • Matrix3 docs
  • Matrix4 math
    • Matrix4 tests
    • Matrix4 docs
  • Quaternion
    • Quaternion tests
    • Quaternion docs

Contributing

  1. Fork it ( https://github.com/unn4m3d/crystaledge/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