The controls are so buttery smooth...
Also the effects are amazing! (i like the one with the score points)
I didn't even know something like that was feasible with Algodoo's horrible support for particle effects. (or effects in general )
get out of my head get out of my head get out of my head get out of my head get out of my head get out of my head get out of my head get out of my head
Xray - Click the purple presets button then choose the mandelbrot preset. Edit the config if you want, then start rendering. Thanks for checking it out!
Just realized that in the Mandelbrot fractal preset, you can place the "iter" function outside the "renderCode" function, which makes it twice as fast on default settings.
I have no idea how that even works (i couldn't debug it), but hey, a speed increase is a speed increase.
Edit: The speed increase is now half of what I said. Is Algodoo playing tricks on me again?
Edit 2: The speed increase halved once again. I'm going insane
i feel like people don't realize how cool this thing is, i'll add some more presets (maybe even an export function and some feature requests? if i do do these, i'll have to release it under a new scene so it doesn't go unseen)
If you'd like to view the whole fractal, you can set offset and scale to the suggested values. (they appear at the top of the scripter)
To change offset and scale, go to config and click their input fields. After you type the parameters you can press "enter" to confirm the changes.
Just a warning that even after exiting the scene, the script menu remains disabled.
If you're having trouble accessing the script menu, first exit the scene, then paste this code into the console (console is accessible with F10 or tilde key):
App.enableScriptMenu = true
It's a good thing it's fixed, but I still don't understand the point of hiding it in the first place. People who aren't curious about the code can just not open the script menu. Besides, the menu can still get hidden if you exit the scene while it's running.
That's actually intentional if you want to sustain a certain "lag level", I should probably reword it. To actually disable the orb you should click the button below it that says, "click here to erase orb".
rarescratch2: Ah, I see. When you reload the scene, please unpause and click on the large text that says "Renderer".
(context: i often misspelled "renderer" as "remderer", and it even caused some headaches with the various scripts. the easter egg was hidden there since v2, i wonder when the other one will be found?)