This is a landfill of sorts for my small creative coding demos. None of them is big enough to merit it's own repository but I still want to preserve them. So I made this one big repo.
Each directory has a separate README with screenshot(s)/small video of the corresponding demo.
Dir Name | Description | Environment |
---|---|---|
byte_beats |
8-bit sound generation using simple math operations | C |
cc_021 |
Mandelbrot fractal | Processing |
cc_024 |
Live smoke particle trail generation | Processing |
cc_028 |
Lava lampish blobs | Processing |
cc_089 |
Langton's ant | Processing |
cc_124 |
Boids - Dumb entities which show bird-like flocking behavior | Processing |
cc_136 |
Colored + oscillating bubbles - very nice looking | Processing |
cc_155 |
Kaleidoscope | Processing |
cobblestone_gen |
Procedurally generated low-res looking images | Processing |
force_bubbles |
Use noise to generate force fields which acts on bubbles | Processing |
noisy_kaleidoscope |
Use noise + symmetry to create nice patterns | Processing |
terrain |
Simple 3D terrain generation(hills, valleys + lakes) | Processing |
A lot of these demos were made by following The Coding Train's channel on YouTube. Directories with names of the form cc_<no>
correspond to his coding challenges.