Skip to content

A demonstration of classic fractals with a color palette generator in C

License

Notifications You must be signed in to change notification settings

methusael13/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

A demonstration of classic fractals with a color palette generator in C

Building

Clone this repository

git clone https://github.com/methusael13/fractals

Create a build directory and compile

cd fractals
mkdir build
cd build && cmake ..
make

Run example executables

bin/julia

Preview

Julia still

A still of the Julia set from the examples (c = 0.285 + 0.01i with 200 iterations)

About

A demonstration of classic fractals with a color palette generator in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published