A C project which implements various image processing operations and recursive fractal generating algorithms.
-
Updated
Aug 8, 2022 - C
Julia Sets are mathematical objects relating to the field of complex dynamics. In general, Julia sets are studied in parallel to Fatou sets, as they are complementary sets defined from a complex function.
To be specific, in a metric space
To approximate images of these sets, a common approach is to iterate the function of interest over some subset of the complex plane, which often yield beautiful fractals.
A C project which implements various image processing operations and recursive fractal generating algorithms.
School 42 project // Fractal Renderer
This project is meant to create graphically beautiful fractals.
Fractals drawing using C language.
Simple fractal drawing software
x86 inline assembly language Mandelbrot and Julia fractal program (Windows)
42 São Paulo - fract-ol
A multi-threaded Mandelbrot and Julia set plotter in C
CUDA implementation for Julia set computation.
My fract-ol project for the 42 Cursus. A 42School graphical project to display the Mandelbrot Set, and the Julia Set, in its own graphical window. Built using 42 library, miniLibX. 105/100
x86 assembly language (with GUI in C) Mandelbrot and Julia fractal program (Linux)
Playing around with OpenGL, GLSL, GLFW, GLEW by making Interactive Fractal Visualizations for Mandelbrot, Julia and more.
42 School Fractol project: Fractal generator using MLX library.
Mandelbrot and Julia fractals for AmigaOS4 with Altivec vector unit support
Some Julia sets by Michael Becker. C code, gtk and glib libraries
A graphical project exploring fractals and complex dynamics.
Rudimentary julia set generator.
Computationally generated fractals using OpenGL and the animal3D framework