Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
:milky_way: Procedural art with vanilla JavaScript
- Host: GitHub
- URL: https://github.com/maxhalford/procedural-art
- Owner: MaxHalford
- License: mit
- Created: 2016-03-26T11:35:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T06:25:51.000Z (over 3 years ago)
- Last Synced: 2024-10-23T08:54:54.527Z (3 months ago)
- Topics: art, javascript, procedural-generation
- Language: HTML
- Homepage:
- Size: 1.08 MB
- Stars: 99
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
## [2 - Mondrian](https://maxhalford.github.io/blog/mondrian/)
## [3 - Unknown pleasures](https://maxhalford.github.io/blog/unknown-pleasures/)
## [4 - Stella triangles](https://maxhalford.github.io/blog/stella-triangles/)
## [5 - Morellet crosses](https://maxhalford.github.io/blog/morellet/)
## License
The MIT License (MIT). Please see the [license file](LICENSE) for more information.