Skip to content

JanCVanB/roc-plotters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

51 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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