Mandelbrot and Julia Set GUI application written in Python & Tkinter
-
Updated
Jun 11, 2025 - Python
Mandelbrot and Julia Set GUI application written in Python & Tkinter
MandelBrot Fractal Explorer
Draw the mandelbrot-set in C++
Multi-thread mandelbrot set rendering with C++11 & OpenGL [STUDY]
A simple Mandelbrot fractal generator written in C++ using EasyBMP library
Mandelbrot Set Visualizer using GoLang
Mandelbrot by Jort, Mandelbrot set viewer written in Rust
Simple Mandelbrot set generator that works in i386's 256-color VGA mode.
The famous Julia Set, coded in P5JS
3 Series of Exercises for Operating Systems Class (6th Semester) of the Electrical and Computer Engineering School, NTUA
Generate and display the mandelbrot set!
This is a C program that generates fractal images using the Mandelbrot set. The program allows users to zoom in and out of the image and change its color scheme.
Mandelbrot Set
Simple implementation that draws a mandelbrot fractal
This program will generate images of the Mandelbrot set for f(z) = z^2 + c and other arbitrary polynomials.
This Mandelbrot generator written in Go deployed using Docker Images, Kubernetes (locally on minikube) and Helm
A simple implementation of mandelbrot set written in C++ and Qt. Supports zooming by selecting rectangle. Single-thread rendering.
Mandelbrot set rendered in OpenGL using C++ and amp
This project is a high-resolution visualizer for the famous Mandelbrot set, implemented in Python using NumPy and Matplotlib libraries. The Mandelbrot set is a complex fractal defined by iterating the function f(z) = z² + c, and it exhibits infinitely intricate boundary patterns that are both mathematically significant and visually captivating.
Add a description, image, and links to the mandelbrot-fractal-drawer topic page so that developers can more easily learn about it.
To associate your repository with the mandelbrot-fractal-drawer topic, visit your repo's landing page and select "manage topics."