procedural-art icon indicating copy to clipboard operation
procedural-art copied to clipboard

:milky_way: Procedural art with vanilla JavaScript

Procedural art with JavaScript

Time you enjoy wasting isn't wasted time.

This repository contains some procedural art algorithms I like devising during my spare time. I don't use any external libraries and I rely on the HTML <canvas> element for rendering. Every time you open of the html files it will generate a random image. Each art work has a write up which you can access by clicking on the section names.

1 - Recursive polygons

recursive_polygons

2 - Mondrian

mondrian

3 - Unknown pleasures

unknown_pleasures

4 - Stella triangles

4_stella_triangles

5 - Morellet crosses

5_morellet_crosses

License

The MIT License (MIT). Please see the license file for more information.