Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

sharkdp/purescript-isometric

Isometric rendering for PureScript

sharkdp/purescript-isometric.json
{
"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"
}

An isometric drawing library for PureScript.

Features:

  • Basic shapes: cube, prism, cylinder, cone, pyramid
  • Extrusions from 2D paths
  • Scaling, Translation, Rotation
  • Depth sorting

Live demo

![]!(preview.png)

bower install
pulp build -O -m Test.Main -I test -t html/main.js

Then, open html/index.html in a browser.