sharkdp/purescript-isometric
Isometric rendering for PureScript
{ "createdAt": "2015-12-29T18:15:15Z", "defaultBranch": "master", "description": "Isometric rendering for PureScript", "fullName": "sharkdp/purescript-isometric", "homepage": "", "language": "PureScript", "name": "purescript-isometric", "pushedAt": "2020-02-06T09:10:54Z", "stargazersCount": 58, "topics": [], "updatedAt": "2024-11-18T23:23:06Z", "url": "https://github.com/sharkdp/purescript-isometric"}purescript-isometric
Section titled “purescript-isometric”An isometric drawing library for PureScript.
Features:
- Basic shapes: cube, prism, cylinder, cone, pyramid
- Extrusions from 2D paths
- Scaling, Translation, Rotation
- Depth sorting
![]!(preview.png)
Build tests
Section titled “Build tests”bower installpulp build -O -m Test.Main -I test -t html/main.jsThen, open html/index.html in a browser.