Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 1007 Bytes

README.md

File metadata and controls

52 lines (25 loc) · 1007 Bytes

genart

Generative art experiments

Installation

  • Clone the repository
  • cd to the repository
  • Run pipenv install or pipenv install --dev if you're planning on developing (or install with the python dependency manager of your choice if you know what you're doing.)

Usage

Run genart --help to get a list of available commands and experiments.

Experiments

Bubble Chamber

Wael

Cloudscript

Selene

ColorHoney

Writing system by Kim Godgul

Development

Tests & Linting

  • Run make lint to run linting and type checking.
  • Run make test to run tests.
  • Run pipenv run tox to do the above in dedicated environments and across all configured Python versions.