Samolevsky / generative-swirls

Home Page:http://muffinman.io/generative-swirls/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swirls (for Lukas)

https://muffinman.io/generative-swirls/

Simple generative swirls in p5. It started as a simple exploration, which I lost code for. But my friend really liked it, so I went back and recreated it for him to play with.

Generated swirl

Code is super messy, but I don't really care, as the final product are the images and not the code.

Project depends on this repo https://github.com/Stanko/generative-utils

So if you want to run it locally, you'll have to clone that repo as well:

git clone git@github.com:Stanko/generative-swirls.git
git clone git@github.com:Stanko/generative-utils.git

cd generative-swirls

npm install
npm start

And you should be able to see it locally on http://localhost:1234

About

http://muffinman.io/generative-swirls/

License:MIT License


Languages

Language:JavaScript 78.7%Language:SCSS 14.2%Language:HTML 7.2%