A modernized Elm demo showcasing animated 3D Mandelbrot set visualizations with rotating perspectives and fractal mathematics.
- Real-time 3D Mandelbrot set visualization
- Animated fractal parameters with smooth transitions
- Color-mapped fractal escape time visualization
-
Install Elm (if not already installed):
npm install -g elm
-
Install dependencies:
elm install
-
Start development server:
elm reactor
-
View the demo:
- Open http://localhost:8000 in your browser
- Navigate to
src/Main.elmto see the animation
src/Main.elm- Main application with Mandelbrot set calculations and 3D renderingelm.json- Project dependencies and configuration
This project has been updated from Elm 0.18 to 0.19.1 with:
- Removed deprecated OpenSolid geometry library
- Custom Mandelbrot set and Julia set mathematical calculations
- 3D projection and rotation mathematics for fractal visualization
- Modern Elm Browser.element architecture
- Optimized fractal iteration algorithms for real-time performance
