AoCVisualizer

Description

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

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
CC0-1.0
Created
Dec. 30, 2023
Updated
Jan. 10, 2026
Topics
advent-of-code pharo roassal visualization

Categories

UI / Graphics System / OS

README excerpt

# 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
```
← Back to results