Skip to content

bvsam/fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fractal

Visualizing fractals using C++ and SFML.

Running

Controls:

  • A - zoom in
  • E - zoom out

Building

Locally

Note: Building the code locally requires both SFML and CMake to be installed. The following instructions are meant for Linux/WSL.

To build and run the code, do the following:

  1. Make a build directory and cd into it
mkdir build
cd build
  1. While in the build directory, run cmake with the CMakeLists.txt in the root directory of this repo.
cmake ..
  1. Run make
make
  1. Run the generated binary
./fractal

References and Attribution

About

Visualizing fractals using C++ and SFML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published