Skip to content

This project demonstrates how to draw fractals with C++.

License

Notifications You must be signed in to change notification settings

pacyu/cg-fractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cg-fractal

This project demonstrates how to draw fractals with C++.

Some examples

Newton's Fractal

( z = z^5 - 1, a = -0.5 )

img

Mandelbort Fractal

( z = z^2 + c )

img

About

This project demonstrates how to draw fractals with C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages