This would make for an awesome music visualization. Or a component of one.
I want to be able to say single words at it and see a visualization of: disco tango banana reptillian
61–63 of 63 posts
This would make for an awesome music visualization. Or a component of one.
I want to be able to say single words at it and see a visualization of: disco tango banana reptillian
I'd have found this much more interesting if the animations were rendered in the browser - I would have loved to poke around the code that makes them work. They're neat looking, but being served videos and not code leaves an itch unscratched.
He publishes a couple with the source code: https://github.com/Bleuje/processing-animations-code Also he published some full tutorials that are more conceptual, which you can find here: https://bleuje.com/tutorials/ I found the tutorials had a lot of awesome ideas (like traversing 4d noise for a seamless loop!) which I ended up playing with in my own projects. I don't use processing like he does, but all the tutorial…