Skip to content

hotbrightsunshine/julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julia Sets visualizer

This program shows the Mandelbrot and some Julia sets. It is a remake of a previous program I made with C++, which had a really poor performance. This program aims to be faster and more efficent, implementing a caching system and elementary multithreading with OpenMP.

The user may

  • switch between Mandelbrot and Julia mode by entering m.
  • move around the complex plane using WASD keys.
  • zoom in and out using i (in) and o (out).
  • move the c parameter of the Julia set with arrow keys.

About

An interactive Mandelbrot and Julia sets visualizer written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published