An open API service indexing awesome lists of open source software.

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.

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``