00:00
90
Re-did the Blood Rush piece as an experiment to play with lights in opengl. so instead of using flat ribbons it uses these 3d creatures that resemble slugs.
made in C++ using the amazing OpenFrameworks library (openframeworks.cc)
all movements are being randomly generated using perlin noise. for that i used a perlin noise class which can be found here flipcode.com/archives/Perlin_Noise_Class.shtml