Skip to content

Jonathan-Hamberg/fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Notes
    The executable must be in the same directory as the res directory.
Compiling on Linux
    sudo apt install libglfw3-dev
    mkdir build && cd build
    cmake ..
    make

Compiling on Windows
    mkdir build && cd build
    cmake .. -G"Visual Studio 15 2017 Win64" // Any recent version of Visual studio should work.  Must be 64 bit!

About

A graphical fractal viewing application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors