generative art lib 2.0

eq fca38e0faa antialias 5 years ago
basket fca38e0faa antialias 5 years ago
examples 5ccf2e0710 poly-scale 5 years ago
test f718ded3ae tests and thunks 5 years ago
.gitignore 18853ae5eb add svg to gitignore 6 years ago
CHANGELOG.md fca38e0faa antialias 5 years ago
LICENSE a33ea0b42f license 6 years ago
README.md 22663eb67c guile-cairo link 6 years ago
basket.scm e4f7cdb8d1 color functions, make regular polygon function 6 years ago
example.sh f718ded3ae tests and thunks 5 years ago
test.scm f718ded3ae tests and thunks 5 years ago

README.md

Basket 1.1

Basket is a wrapper around the guile-cairo library, for use in generative art. It takes a simple list-based structure detailing shapes and transformations and transforms it into an image.

Documentation coming soon™. For now look in examples/ (run test.sh to generate the output of the examples!)

Installation

Guile-cairo is currently the only dependency for Basket.

Basket can be installed by copying basket.scm and the basket directory to your Guile load path.