https://github.com/kili-ilo/roc-plotters
🦅 📊 Roc platform for drawing with Plotters
https://github.com/kili-ilo/roc-plotters
platform plotters roc-lang rust visualization
Last synced: 12 days ago
JSON representation
🦅 📊 Roc platform for drawing with Plotters
- Host: GitHub
- URL: https://github.com/kili-ilo/roc-plotters
- Owner: kili-ilo
- License: upl-1.0
- Created: 2022-02-07T01:52:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-17T07:17:10.000Z (over 2 years ago)
- Last Synced: 2025-05-03T09:03:50.997Z (19 days ago)
- Topics: platform, plotters, roc-lang, rust, visualization
- Language: Rust
- Homepage: https://roc-lang.org
- Size: 1.22 MB
- Stars: 3
- Watchers: 3
- 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

## 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
```