Jun 2017
Free VR Fractal Visualizer & Manipulation Software for Vive
Have you ever wanted to fly around in fractals in 3D in VR??? NOW YOU CAN
FORM is a VR Fractal Visualizer, controller, and 3D manipulation
I haven’t had time ot do all the features I wanted, so I decided to release it in its half baked state. “this is beta software”
i’d love for anyone who has any feedback to email me: nshelton at gmail dot com
This is a common form of 3D manipulation on 2D screens. In VR it is slightly different, and will take some getting used to but it’s probably worth it because it’s awesome.
While gripping with both hands:
Onscreen GUI toggles two types of controls I’m working on:
Sliders - using NewtonVR for interactions, there are some sliders to manipulate fractal parameters. These can accidentally be clicked while using the trackball, and are very sensitive.
3D Boxes - The position and rotation of the gray and white box controls some parameters of the fractal. This is under development. Having these visible will override the preset when it is loaded, so it’s better to keep this hidden with the onscreen button.
For beginners or in a public scenario, the advanced controls should probably be disabled.
Zooming in too far : Zooming is awesome, but must be done carefully. You can zoom into the wrong spot, and totally change the scale of the world and then you won’t be able to go anywhere. There is LOD in the renderer that will make things further away less detailed. If you zoom in too far, everything will disappear.
Working on these
Squashed Worlds: Some presets are corrupted (because quaternions). So if there is a world that looks very distorted and flattened, just skip to the next one. Or check it out if you want.
Inconsistent Scales: polygon geometry (controllers, sliders, ui) is rendered at a different scale than the fractal, so they don’t composite correctly.
Tom Lowe’s site on the Mandelbox
Screenshot from FORM
Straight out of this sick demo… Found this code which I still don’t understand but produces many interesting variants that are not seen in the original demo like:
Screenshots from FORM
I like using long skinnies for primitives instead spheres:
Sphere based:
Knighty // Fractal Forums
iq // Shadertoy
long skinnies from form
Coloring - The renderer colors based on iteration count only, indexing into a color map. Some of my favorites (with more info) can be found here: https://bids.github.io/colormap/
For rendering efficiency - there is no lighting, normals calculation, fog, etc. I want to add some of this in the future.
The image is rendered at 60% resolution to keep the frame rate high.
If you have a crappy card and are seeing frame rate issues, go to SteamVR Developer settings, and lower the resolution even further. I add some FXAA to try to cut down on aliasing.
I have many ways to improve the visual detail, probably want to add lighting and fog and everything, using a progressive renderer like I have experimented with on iOS . Also interested in the 3D UI which is pretty rough now but shows some promise. Stay tuned!