Fractals Visualization
- Dragon Curve (+ interactive mode [zoom in/out])
- Mandelbrot Fractal (+ interactive mode [zoom in/out])
To compile the code, you'll need two things:
- D compiler (DMD/LDC is recommended)
- DUB package manager
For Windows users:
- download
raylib
pre-compiled binaries as well. - copy
raylib.dll
andraylibdll.lib
into you project's folder (into the same directory asdub.json
)
dub --build=release
Dub fetches the required packages, compiles and runs the executable.
If you have any questions or suggestions, or if you encounter any errors, create an issue or write me an email (rill.ki@yahoo.com).