The lack of saving and loading of scenes in ReDiLab, my Stage3D / AGAL based reaction diffusion laboratory was slowly driving my crazy. My screen was littered with countless screen grabs and my desk with scraps of paper covered with scribbled numbers.
Adding saving and loading took no time to implement. I simply convert the parameters to JSON using FlashPlayer's native JSON support - could't be easier!
I've saved two scenes from my After Effects related post from the other day. If you download them, you can load them into ReDiLab.
The first is Willamowski-Rössler Reaction Diffusion - Fill Follows Contour.
The second is Urban Planning with Reaction Diffusion.
As is the way with recreational programming (at least for me), the code is slightly cobbled together. You're welcome to the source code, but it's getting to the point where it needs a refactor.
The new version of ReDiLab is available here.