All Projects β†’ MaxHalford β†’ procedural-art

MaxHalford / procedural-art

Licence: MIT license
🌌 Procedural art with vanilla JavaScript

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to procedural-art

fishdraw
procedurally generated fish drawings
Stars: ✭ 1,963 (+2265.06%)
Mutual labels:  art, procedural-generation
tripbot9000
Procedural generation of geometric patterns and fractals.
Stars: ✭ 22 (-73.49%)
Mutual labels:  art, procedural-generation
SdfFontDesigner
Offline font tuning/bitmap generation via shaders
Stars: ✭ 56 (-32.53%)
Mutual labels:  art, procedural-generation
Snek
See https://github.com/inconvergent/weir instead
Stars: ✭ 696 (+738.55%)
Mutual labels:  art, procedural-generation
Icon Machine
Web application for randomly generating pixel art icons.
Stars: ✭ 73 (-12.05%)
Mutual labels:  art, procedural-generation
Shan Shui Inf
Procedurally generated Chinese landscape painting.
Stars: ✭ 3,168 (+3716.87%)
Mutual labels:  art, procedural-generation
Nonflowers
Procedurally generated paintings of nonexistent flowers.
Stars: ✭ 208 (+150.6%)
Mutual labels:  art, procedural-generation
MagicaVoxel File Writer
MagicaVoxel File Writer dependency free cpp class
Stars: ✭ 26 (-68.67%)
Mutual labels:  art, procedural-generation
SuperformulaSVG
2D superformula line-art generator built in Processing, with SVG export for use in digital fabrication workflows.
Stars: ✭ 40 (-51.81%)
Mutual labels:  art
blackout
Procedurally generated blackout poetry
Stars: ✭ 56 (-32.53%)
Mutual labels:  procedural-generation
SpaceProject
A top-down 2D, procedurally generated space exploration and shooter game using libGDX. Kinda like Asteroids, only a little bigger.
Stars: ✭ 28 (-66.27%)
Mutual labels:  procedural-generation
VR audioscape
Google Summer of Code 2017 project - VR application built with processing-android
Stars: ✭ 32 (-61.45%)
Mutual labels:  procedural-generation
wfc
Go port of the Wave Function Collapse algorithm
Stars: ✭ 47 (-43.37%)
Mutual labels:  procedural-generation
CubicNoise
1D & 2D Random noise with bicubic interpolation
Stars: ✭ 76 (-8.43%)
Mutual labels:  procedural-generation
unity-shadergraph-sketches
🎨 Sketches made with ShaderGraph in Unity.
Stars: ✭ 47 (-43.37%)
Mutual labels:  procedural-generation
Weltenschaft
Open-Source terrain generator πŸ—ΊοΈ
Stars: ✭ 41 (-50.6%)
Mutual labels:  procedural-generation
Recursive-Tile-Map-Growth
Tile based level growth algorithm used in Procedural Dungeon Toolkit
Stars: ✭ 40 (-51.81%)
Mutual labels:  procedural-generation
calder
Interactive constraints for controlling the growth of procedural models.
Stars: ✭ 17 (-79.52%)
Mutual labels:  procedural-generation
react-native-sparkline
An ART-based sparkline component for react-native
Stars: ✭ 16 (-80.72%)
Mutual labels:  art
world
This is a fantasy world generation API and set of Go packages for the same.
Stars: ✭ 42 (-49.4%)
Mutual labels:  procedural-generation

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].