Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.01 KB

Fractalia

Fractals Visualization

Contents

Sierpinski Triangle

Koch Curve (snowflake)

  • Dragon Curve (+ interactive mode [zoom in/out])

  • Mandelbrot Fractal (+ interactive mode [zoom in/out])

Dependencies

Requirements

To compile the code, you'll need two things:

  1. D compiler (DMD/LDC is recommended)
  2. DUB package manager

For Windows users:

  1. download raylib pre-compiled binaries as well.
  2. copy raylib.dll and raylibdll.lib into you project's folder (into the same directory as dub.json)

How to compile

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).