Skip to content

Simple python program to visualize the mandelbrot set, julia set, and other crosssections of the 4-Dimensional (4D as in 2 (c and z) complex numbers -> 2*2D) fractal

Notifications You must be signed in to change notification settings

0x000C0A71/Mandelview

Repository files navigation

Mandelview

This is a simple Mandlebrot and Julia set vizualizer.

Dependencies

  • Pygame
  • PyOpenGL
  • numpy

How to install

pip install pygame pip install pyopengl pip install numpy

Running

python main.py

About

Simple python program to visualize the mandelbrot set, julia set, and other crosssections of the 4-Dimensional (4D as in 2 (c and z) complex numbers -> 2*2D) fractal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published