Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/shnarazk/aocvisualizer
- Owner: shnarazk
- License: cc0-1.0
- Created: 2023-12-30T13:41:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T15:38:29.000Z (10 months ago)
- Last Synced: 2024-10-10T13:06:22.831Z (28 days ago)
- Topics: advent-of-code, pharo, visualization
- Language: Smalltalk
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```