https://github.com/luphord/algoristic
A playground for algorithmic art.
https://github.com/luphord/algoristic
algorithmic-art
Last synced: 7 months ago
JSON representation
A playground for algorithmic art.
- Host: GitHub
- URL: https://github.com/luphord/algoristic
- Owner: luphord
- Created: 2019-06-03T05:18:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T15:28:19.000Z (over 6 years ago)
- Last Synced: 2025-06-13T10:09:44.292Z (7 months ago)
- Topics: algorithmic-art
- Language: Go
- Homepage: https://github.com/luphord/algoristic
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# algoristic
A playground for algorithmic art.
## Getting started
This project requires Go to be installed. On OS X with Homebrew you can just run `brew install go`.
Running it then should be as simple as:
```console
$ make
$ ./bin/algoristic
```
### Testing
``make test``