paf31 / purescript-graphics-vis

A library for interactively creating graphics visualizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-graphics-vis

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 --port option: 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!

Example

About

A library for interactively creating graphics visualizations

License:MIT License


Languages

Language:PureScript 59.5%Language:JavaScript 40.5%