Rank1AltAccount / fractal-tree

Fractal tree visualization using SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:C 98.5%Language:CMake 0.9%Language:Objective-C 0.5%Language:C++ 0.1%