mandelbrot-sets
There are 82 repositories under mandelbrot-sets topic.
pysrc/fractal
Draw fractal image by python.
dario-marvin/Mandelbrot
Simple C++ script for the visualization of Mandelbrot fractals in the Ubuntu console
justinlubin/fractastic
Fractastic is a simple and approachable fractal generator written in C.
ms0g/dosbrot
Mandelbrot set renderer for MS-DOS
bnlrnz/MandelGL
Android app written in Kotlin to render the Mandelbrot set with OpenGL ES
faroo9/mandelbrot_cpp
Draw the mandelbrot-set in C++
paramrathour/Nonlinear-Dynamics
Files related to my Summer of Science Report on Nonlinear Dynamics
adammaj1/Mandelbrot-Sets-Alternate-Parameter-Planes
Mandelbrot Sets Alternate Parameter Planes
KseniiaPrytkova/FRACTOL
This project is meant to create graphically beautiful fractals.
ShiromMakkad/MandelbrotPerturbation
This is an example of Perturbation Theory on the Mandelbrot Set with Series Approximation
DispatchCode/fraCtal
fraCtal generates fractals of any dimension that you want. It can generate fractals belonging at two sets: Mandelbrot and Julia.
bliepp/mandelbrot_set_godot
A fast shader to visualize the mandelbrot set written in the Godot Shader Language.
grzegorz-wcislo/terminal-mandelbrot
Mandelbrot set visualization for terminal emulators
gendestry/Mandelbrot
OpenGL Mandelbrot (64-bit)
spnda/FractalRenderer
A simple OpenGL 4.6 renderer written in C++17 to render fractal geometry using compute shaders.
CoderAstrid/FractalQT
Drawing of mandelbrot by QT
eobermuhlner/mandelbrot
Simple Mandelbrot Viewer
lobophf/mandelbrot-set
This library draws the Mandelbrot set and writes it out as a bitmap file
adammaj1/Mandelbrot-book-book
Mandelbrot set. Algorithms and images with short ( 60 lines) example c code. fork of mandelbrot-book how to write a book about the Mandelbrot set by Claude Heiland-Allen
bsaikiran618/mandelbrot-set-viewer
A simple and interactive viewing tool to explore the Mandelbrot set.
sth/fractal4d
Fractal image generator for arbitrary planes in the 4d Mandelbrot/Julia set
Computer-Kurzweil/computer_kurzweil
Computer Science Infotainment. Tribute to the Article Series in Scientific American and their german release Spektrum der Wissenschaft
dc-fukuoka/mandelbrot
Mandelbrot set by MPI/OpenMP/OpenACC.
DDSSwiftTech/MandelbrotSet
The Mandelbrot set, in Swift
gavinlyonsrepo/Fractal_creator
Fractal-generating Demo, creates a fractal using Mandelbrot set. Includes magnifications. Written in C++.
johnnyawesome/JuliaSet
The famous Julia Set, coded in P5JS
SirSireesh/Khoj-2017
Computer Projects from the Science Fest
BaseMax/MandelbrotFractalGenerator
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.
hasangenc0/chaos
chaos theory visualizations
johnnyawesome/Mandelbrot
The infamous Mandelbrot Set
OMerkel/Fractals
Rendering Fractals like Hilbert curves, Julia sets and Mandelbrot sets in various techniques.
pfunami/Mandelbrot-set
Draw Mandelbrot set
pz64/mandelbrot
Mandelbrot Fractal
rubenandrebarreiro/2d-fractals-mandelbrot-julia
💠 🔷 🔻 A project based in Computer Graphics and Interfaces. This project was built using HTML (HyperText Markup Language), CSS (Cascade Style Sheets), JavaScript and WebGL (Web Graphics Library). The application allows to see Fractals' structures with multiple scales and, using some of the both Benoit Mandelbrot and Gaston Julia's sets, in the canvas of the Web browser!
shane-ks/Fractal-Viewer-OCaml
This program will generate images of the Mandelbrot set for f(z) = z^2 + c and other arbitrary polynomials.
TomBrennan91/Mandelbrot
A swing desktop app which makes pretty fractal patterns from complex numbers.