Skip to content

patrisor/Fractol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fract'ol

A multi-threaded fractal generator rendered with MinilibX graphics library. Handles 9 fractals:

  • mandelbrot
  • bibrot
  • tribrot
  • julia
  • trijulia
  • quadjulia
  • burningship
  • excalibur
  • enigma

Also a command-line version written in python, where ASCII characters and ANSII colors define individual pixels. Handles Mandelbrot and Julia.

Controls

  • ESC: exit
  • P: Pause (Julia set)
  • [ : Less Iterations
  • ] : More Iterations
  • dash : Zoom Out
  • equals : Zoom In
  • Scroll Wheel: Zoom where mouse is
  • KEY_DOWN: Move Fractal Down
  • KEY_UP: Move Fractal Up
  • KEY_LEFT: Move Fractal Left
  • KEY_RIGHT: Move Fractal Right
  • Left Mouse Down: Pan in any direction
  • 0: reset fractal
  • 1 - 6: Change Colors
  • L: Linear Colors

About

Summary: This project is meant to create graphically beautiful fractals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published