Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 620 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 620 Bytes

Roc platform for drawing with Plotters

Roc + Plotters = <3

example graph of sine & cosine lines example drawing of line-based shapes like rectangle, triangle, and plus sign example scatterplot of pseudo-random points

How to example

  1. Set up a Roc environment

    nix-shell ./roc/shell.nix
  2. Build Roc

    ./scripts/for-roc/build.sh
  3. Build & run an example

    ./scripts/for-examples/build_and_run.sh hello_world