purescript-graphics-vis
June 26, 2017 ยท View on GitHub
A library for interactively creating graphics visualizations in the browser using PSCi and the WebAudio and Canvas APIs.
Note: Internet Explorer and Safari are not currently supported.
Instructions
-
Install the latest (>= 0.10.2) PSCi.
-
Start PSCi with the
--portoption:pulp psci -- --port 8080 -
Open
http://localhost:8080/ -
Evaluate expressions in PSCi:
PSCi, version 0.10.2 Type :? for help Bundling Javascript... Serving http://localhost:8080/. Waiting for connections... > import Graphics.Vis.Example > animate scene -
Play some music and enjoy the show!
