gama
v2.1.0
Published
A practical 2D math/geometry library for functional JavaScript, based on ramda.
Downloads
15
Maintainers
Readme
Γ
A practical 2D math/geometry library for functional JavaScript, based on Ramda.
Why Gama?
Gama is based on Ramda and follows its philosophy. The primary features of Gama are:
- Immutability and side-effect free functions are at the heart of its design philosophy. This can help you get the job done with simple, elegant code.
- Functions are automatically curried. This allows you to easily build up new functions from old ones simply by not supplying the final parameters.
Installation
npm install gama
Testing
npm install
npm run lint
npm run test