Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shnarazk/aocvisualizer

Visualize AoC problems in Pharo/Roassal (not solutions nor solving processes)
https://github.com/shnarazk/aocvisualizer

advent-of-code pharo visualization

Last synced: 8 days ago
JSON representation

Visualize AoC problems in Pharo/Roassal (not solutions nor solving processes)

Awesome Lists containing this project

README

        

# AoC(Data)Visualizer

Just only for https://github.com/shnarazk/advent-of-code , which generates JSON files.
And this application reads via STON then visualizes them with Roassal.

You can check generated figures [here](https://github.com/shnarazk/advent-of-code/discussions/categories/show-and-tell).

```smalltalk
Metacello new
baseline: 'AoCVisualizer';
repository: 'github://shnarazk/AoCVisualizer:main';
load
```