Skip to content

purchawek/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

Program rendering some recognizable fractals in real time.

Mandelbrot set

Julia set

supported fractals:
  • Julia sets
  • Mandelbrot set
  • Burning Ship Fractal
  • some other
Requirements:

Application is written in C++ for performance reasons. It requires SFML for rendering with OpenGL and also SFGUI for the GUI.

Another requirement is PURlib, which is my library used for parsing program parameters. More information is available here

Building:

make - that's all for now

Running:

./build/main --help - for details

TODOs
  • MORE FRACTALS
  • a better Makefile
  • flexible and easy way for defining new shaders
  • better gui (color selection, shader selection, more config options, help popup etc)
  • installer so it becomes an application
  • total code refactor and cleanup
  • find some way for testing this
  • documentation

About

I <3 fractals

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published