Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JanCVanB/roc-plotters
🦅 📊 Roc platform for drawing with Plotters
https://github.com/JanCVanB/roc-plotters
platform plotters roclang rust visualization
Last synced: 3 months ago
JSON representation
🦅 📊 Roc platform for drawing with Plotters
- Host: GitHub
- URL: https://github.com/JanCVanB/roc-plotters
- Owner: JanCVanB
- License: upl-1.0
- Created: 2022-02-07T01:52:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T07:17:10.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:39:33.126Z (7 months ago)
- Topics: platform, plotters, roclang, rust, visualization
- Language: Rust
- Homepage: https://roc-lang.org
- Size: 1.22 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- roc-awesome - JanCVanB/roc-plotters
README
# Roc platform for drawing with Plotters
[Roc](https://roc-lang.org/)
+
[Plotters](https://github.com/38/plotters)
= <3![example graph of sine & cosine lines](./examples/math.svg)
![example drawing of line-based shapes like rectangle, triangle, and plus sign](./examples/shapes.jpg)
![example scatterplot of pseudo-random points](./examples/scatter.png)## How to example
1. Set up a Roc environment
```sh
nix-shell ./roc/shell.nix
```1. Build Roc
```sh
./scripts/for-roc/build.sh
```1. Build & run an example
```sh
./scripts/for-examples/build_and_run.sh hello_world
```