Software art
artpieces · simulations · tools
Small programs made as artpieces. things that run, simulate, draw.
mostly written in
C. source on
github.
soundscape evolution
audio visualiser · rust
Soundscape Evolution
click to toggle screenshot
A native Linux audio visualiser that drives Conway's Game of Life with real-time
frequency analysis. Bass frequencies increase cell birth rates, mids alter survival
rules, treble shifts colors and triggers random mutations, the simulation becomes
a living response to whatever is playing.
Four color schemes including Pulse, which reacts dynamically to the audio signal. Fullscreen support, configurable via TOML, keyboard controls for live performance use.
Four color schemes including Pulse, which reacts dynamically to the audio signal. Fullscreen support, configurable via TOML, keyboard controls for live performance use.
rotating ascii cube
terminal · c
ASCII Cube Spin
Multiple rotating 3D cubes rendered in ASCII directly in the terminal.
Uses trigonometric projection and a z-buffer for depth.
Surfaces rendered with
@ $ ~ # ; +.
Cross-platform, runs anywhere with a C compiler.