Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxhalford/procedural-art

:milky_way: Procedural art with vanilla JavaScript
https://github.com/maxhalford/procedural-art

art javascript procedural-generation

Last synced: about 2 hours ago
JSON representation

:milky_way: Procedural art with vanilla JavaScript

Awesome Lists containing this project

README

        

# 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 `` 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](https://maxhalford.github.io/blog/recursive-polygons/)


recursive_polygons

## [2 - Mondrian](https://maxhalford.github.io/blog/mondrian/)


mondrian

## [3 - Unknown pleasures](https://maxhalford.github.io/blog/unknown-pleasures/)


unknown_pleasures

## [4 - Stella triangles](https://maxhalford.github.io/blog/stella-triangles/)


4_stella_triangles

## [5 - Morellet crosses](https://maxhalford.github.io/blog/morellet/)


5_morellet_crosses

## License

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