https://github.com/caged/sandworks
Art, drawn with sand.
https://github.com/caged/sandworks
generative-art
Last synced: 2 months ago
JSON representation
Art, drawn with sand.
- Host: GitHub
- URL: https://github.com/caged/sandworks
- Owner: caged
- License: mit
- Created: 2017-06-28T03:23:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T18:09:28.000Z (almost 9 years ago)
- Last Synced: 2025-01-20T10:48:27.356Z (over 1 year ago)
- Topics: generative-art
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Sand artwork.
### Installation
It doesn't appear pip can install from git urls via setup.py, and `--process-dependency-links` is
deprecated, so you have to install this package by hand.
```
git clone https://github.com/Caged/sandworks.git
cd sandworks
pip install cython==0.25.0
pip install -r requirements.txt
pip install .
```
### Usage
```
sandworks --help
sandworks splines --help
sandworks playground --help
sandworks playground --color '#111111'
sandworks playground --bg-color '#111111' --color '#ffb605'
sandworks splines --lines 100 --color '#cc0000' --width 1000 --height 1200 --dir vertical --margin 25
```
### Special Attribution
Much of the foundational work in this project was derived from or taken directly from [the work of Anders Hoff](https://github.com/inconvergent/sand-spline) who has graciously released his work under the MIT license in addition to [writing extensively](http://inconvergent.net/#writing) about generative art. Without those projects and texts, I'd likely still be fumbling around with math I don't fully understand.