Skip to content

Rank1AltAccount/fractal-tree

Repository files navigation

Fractal Tree

A visualization of a recursive fractal tree algorithm using the SDL2 library.

Usage

  • Windows
    Download Fractal_Tree.zip in releases, unpack it and make sure SDL2.dll stays visible to the .exe.
  • Linux
    Run the .exe with Wine.

The algorithm's values can be controlled using the arrow keys on the keyboard.

Dependencies

  • SDL2 (Windows 32-bit version included with the project)
    • SDL.h
    • SDL2.lib
    • SDL2main.lib
    • SDL2.dll in the same directory as the binary or in the environment variable

Building

Compile for x86 including and linking the files specified in Dependencies.

  • Windows
    You can use the provided Visual Studio solution.
  • Linux
    You will have to download the Linux version of SDL2 to be able to compile the project.

About

Fractal tree visualization using SDL2

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages