Skip to content

unn4m3d/crystaledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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