Skip to content

Uvacoder/generative-art-misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Art

Art made from code

How does it work?

I'll soon write articles and make videos diving deep into how each algorithm work, but for now, I'll let you reverse engineer the code, it's surprisingly short!

How to run it locally

This repository is just a static website, so just

  1. Clone the repo
  2. Serve it locally on port 8080, for example with python -m http.server 8080
  3. Go to /algorithms
  4. Click on any of the algorithm to see a form expand
  5. Tweak the parameters, and click go to start the image generation
    • src is the source image URL, it can be from one of the images included in this repo like /source-images/eye.jpg, or an absolute URL like https://storage.googleapis.com/nino-filiu-static/163.jpg
    • batch is the amount of algorithms steps performed between each render. The bigger, the faster the image forms, but the generation might become laggy
    • for the other parameters, take a look at the code, often their meaning is quite self-evident
  6. Images are the accessible by URLs, some of my faves are:

Releases

No releases published

Packages

No packages published