Skip to content

Commit 0df30dc

Browse files
committed
finished FRAX
- FRAX is now finished - improved Mandelbrot - improved Mandelbulb - improved Menger Sponge
1 parent 0f6b5e2 commit 0df30dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+3159
-1781
lines changed

Design_Paper.xd

-59.3 MB
Binary file not shown.

Fractals Project/Assets/Resources/Apps.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
{
1010
"Name": "Mandelbrot",
11-
"Description": "The Mandelbrot fractal and its Julia Sets.\n\nUse the mouse to move around and the scroll wheel to zoom.",
11+
"Description": "The Mandelbrot fractal and its Julia Sets.\n\nUse the mouse to move around and the scroll wheel to zoom.\nRight click to display the Julia-Set of the current mouse position.",
1212
"Type": false,
1313
"Size": 0,
1414
"Date": "02 FEB"
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"Name": "Menger Sponge",
53-
"Description" : "A 3D version of the Sierpinski Carpet.\n\nClick on the screen to toggle between a normal mouse and the camera controls.\nToggling the option REPEAT will switch between a free camera (same controls as Ray Marching 3D and Infinite Spheres) and an orbit camera (same controls as Mandelbulb).",
53+
"Description" : "A 3D version of the Sierpinski Carpet.\n\nClick on the screen to toggle between a normal mouse and the camera controls.\nWhile in camera mode use the mouse to turn the fractal.",
5454
"Type": true,
5555
"Size": 0,
5656
"Date": "03 MAY"
@@ -75,5 +75,12 @@
7575
"Type": true,
7676
"Size": 0,
7777
"Date": "29 JUN"
78+
},
79+
{
80+
"Name": "FRAX",
81+
"Description": "Fly through infinite Menger Sponges with a space ship; An example of a game that uses fractals and ray marching.\n\nUse SHIFT and CTRL to accelerate / decelerate.\nUse W and S for pitch, A and D for yaw and Q and E for roll.",
82+
"Type": true,
83+
"Size": 0,
84+
"Date": "10 AUG"
7885
}
7986
]

0 commit comments

Comments
 (0)