Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepanzh/10print
Generative art ideas around 10 PRINT algorithm.
https://github.com/stepanzh/10print
10print ansi-art ansi-escape-codes cli generative-art maze maze-generator
Last synced: 30 days ago
JSON representation
Generative art ideas around 10 PRINT algorithm.
- Host: GitHub
- URL: https://github.com/stepanzh/10print
- Owner: stepanzh
- License: mit
- Created: 2021-05-12T20:10:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T14:25:04.000Z (over 3 years ago)
- Last Synced: 2024-11-05T16:05:14.105Z (3 months ago)
- Topics: 10print, ansi-art, ansi-escape-codes, cli, generative-art, maze, maze-generator
- Language: Python
- Homepage: https://stepanzh.github.io/10PRINT/
- Size: 10.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 10PRINT
Generative art experiments around 10 PRINT algorithm of maze generation.For the experiments see https://stepanzh.github.io/10PRINT/.
Useful materials
- [About 10 PRINT algorithm](https://10print.org/);
- [Great article about ansi escape codes](https://www.lihaoyi.com/post/BuildyourownCommandLinewithANSIescapecodes.html).