A program that takes cross sections of a fractal defined by a recursive function over ℝ4 . The cross section formed is both a function of space and time, allowing for a highly chaotic yet beautiful visualization.
fractal.py - All the logic for computation of the fractal
image.py - The main file to run and that which colors and creates the images from the fractal
presets.py - The preset file. Alternative presets are in presets folder
quadmap.py - Maps a rectangle from 2D to 4D space
fractal.mov - The outputed video
presets - A collection of cool presets we found
data - All the images that the program creates
Brandon Feder - Fractal.py, Presets.py, and minor changes in Image.py, as well as mathmatics help
Nick Hagedorn - Quadmap.py, Image.py, and minor changes in Presets.py, as well as mathmatics help
Edward C - Minor changes to Image.py