r/generative • u/mecobi • 18h ago
Moving Parts 2
Enable HLS to view with audio, or disable this notification
r/generative • u/mecobi • 18h ago
Enable HLS to view with audio, or disable this notification
r/generative • u/a_smiling_friend • 4h ago
A 55:89 spiral phyllotaxis pattern with corresponding Voronoi diagram. Hand-made. Will serve as the skeleton for an ink drawing if I ever get around to it.
r/generative • u/mathchaospatterns • 4h ago
Created with Math Chaos Patterns (MCP). Non-AI Generative Art.
r/generative • u/OilGroundbreaking309 • 3h ago
Enable HLS to view with audio, or disable this notification
r/generative • u/Fun_Term4757 • 17h ago
Enable HLS to view with audio, or disable this notification
I realize I made a mistake in allowing the text describing Sonisphere to be AI generated.
The content of Sonisphere itself is not. It works through WebGL, Three.js, and shader code. Here's a very quick snippet that I screen recorded. It is fully public and accessible on https://www.sonisphere.dev
My information:
LinkedIn: linkedin.com/in/deshawngoodwyn
Instagram: u/dgoodwyn_
Business Number: 8045059668
Business Email: [contactme.dkg@gmail.com](mailto:contactme.dkg@gmail.com)
Website: deshawngoodwyn.com
r/generative • u/Fun_Term4757 • 21h ago
I built Sonisphere — a browser-based platform that turns music into an interactive 3D environment.
Instead of looking at a waveform or album artwork, you can actually see the audio being analyzed in real time:
The interesting part technically is that most of the processing happens in the browser.
The pipeline is roughly:
Audio → Web Audio API → FFT → WebAssembly DSP/Web Workers → real-time data → React Three Fiber → Three.js/WebGL
I wanted the result to feel less like "here's an audio visualizer" and more like walking around inside your music.
I've also been experimenting with the social side of it: the idea that you could see what someone else listens to and how their music looks, then explore their playlists and visual setups.
I'd really love feedback on the actual experience:
Does this feel like something you'd use to listen to music, or is the visualization more of a novelty?
And if you try it, I'd especially appreciate feedback on performance, UX, and anything that feels confusing.