Jun
22
FluidSolver: A Flash Port of Mehmet Akten's C++ / Processing Library for Fluid Animation
Last weekends I saw fantastic fluids animations on vimeo by Mehmet Akten! He wrote his own fluid solver library for C++ and Processing. Sure I decided to adopt it to flash.
Of course Flash is not so fast as Processing and C++ but I gave it a try and after some painless optimizations I got working Fluid Solver class in pure AS3 without any pixel bender or alchemy. I know you would say that if we use alchemy it would run smoother and faster but it is always pain to rebuild/change smth in such versions…FluidSolver