purescript-isometric
January 12, 2016 ยท View on GitHub
An isometric drawing library for PureScript.
Features:
- Basic shapes: cube, prism, cylinder, cone, pyramid
- Extrusions from 2D paths
- Scaling, Translation, Rotation
- Depth sorting

Build tests
bower install
pulp build -O -m Test.Main -I test -t html/main.js
Then, open html/index.html in a browser.