Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zellyn/genart
Genart experiments
https://github.com/zellyn/genart
Last synced: 2 months ago
JSON representation
Genart experiments
- Host: GitHub
- URL: https://github.com/zellyn/genart
- Owner: zellyn
- License: mit
- Created: 2024-06-19T01:25:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T02:46:12.000Z (6 months ago)
- Last Synced: 2024-08-02T16:53:37.037Z (5 months ago)
- Language: Jupyter Notebook
- Size: 2.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - zellyn/genart - Genart experiments (Jupyter Notebook)
README
# Generative Art Experiments
(Algorithmic art, not generative AI models.)
## Bootstrap
This repo uses [hermit](https://cashapp.github.io/hermit/), so it
should install the right versions of things automatically. Let me know
if anything doesn't work.**Note:** unfortunately, hermit does not (currently) work on Windows,
so there you'll need to create your own Python virtual environment,
and install any other tools.```
git clone https://github.com/zellyn/genart
cd genart
. ./bin/activate-hermit
pip install -r requirements.txt
```## Projects
### [Schotter](./research/schotter)
Experiments related to Georg Nees' "Schotter" ("Gravel") aka "Cubic
Disarray".### [23-ecke](./research/23-ecke)
Experiments related to Georg Nees' "23 ecke" ("23 corners") aka
"Polygon of 23 vertices".