Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franeklubi/scaf-visualizer
Visualizer for franeklubi/scaffolding
https://github.com/franeklubi/scaf-visualizer
c esolang interpreter pointless visualization visualizer
Last synced: 9 days ago
JSON representation
Visualizer for franeklubi/scaffolding
- Host: GitHub
- URL: https://github.com/franeklubi/scaf-visualizer
- Owner: franeklubi
- License: mit
- Created: 2019-10-16T10:34:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T11:08:42.000Z (about 5 years ago)
- Last Synced: 2024-11-07T08:50:42.614Z (about 2 months ago)
- Topics: c, esolang, interpreter, pointless, visualization, visualizer
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scaf-visualizer
This repo contains the code of scaf-visualizer - the program I used to make these nifty visuals in [franeklubi/scaffolding](https://github.com/franeklubi/scaffolding).
# Building
```sh
$ git submodule init
$ git submodule update
$ make prod // voila madame!
```