Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Js | 2,522 | 4 years ago | 2 | November 07, 2016 | 9 | mit | JavaScript | |||
turbo.js - perform massive parallel computations in your browser with GPGPU. | ||||||||||
Glchaos.p | 685 | 7 months ago | 4 | bsd-2-clause | C++ | |||||
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime | ||||||||||
Vulkan_minimal_compute | 538 | 4 years ago | 3 | mit | C++ | |||||
Minimal Example of Using Vulkan for Compute Operations. Only ~400LOC. | ||||||||||
Kvantlattice | 254 | 5 years ago | C# | |||||||
A GPU accelerated fractal terrain renderer for Unity | ||||||||||
Kvanttunnel | 141 | 7 years ago | 1 | C# | ||||||
GPU accelerated fractal tunnel renderer for Unity | ||||||||||
Keikan | 33 | 2 years ago | 7 | mit | Rust | |||||
An elegant (imo) rendering engine written in Rust. | ||||||||||
Cohomology_fractals | 27 | 8 months ago | 4 | JavaScript | ||||||
Drawing cohomology fractals with the GPU. | ||||||||||
Gpu_mandelbrot | 15 | a year ago | mit | Python | ||||||
Interactive Mandelbrot set on GPU with Python | ||||||||||
Redflash | 13 | 4 years ago | 6 | C | ||||||
Redflash is a physics-based GPU renderer based on Path Tracing implemented in NVIDIA® OptiX 6.0, which can consistently draw scenes with mixed Polygons and Raymarching | ||||||||||
Fractal Explorer | 12 | 5 months ago | Rust | |||||||
A simple Julia Set and Mandelbrot interactive explorer built using Rust. It can run as a desktop application or on the web. Web demo available at https://lobis.github.io/fractal-explorer/ |
The project was about drawing fractals using a graphics library, in C.
Some students focused on making beautiful fractals, other focused on mathematics, and I focused on making the zoom very fast, powerful and psychedelic using parallel computing.
The binary can be compiled with or without OpenCL and thus can still run in CPU mode.
Requires minilibx - see mlx folder
And with a 3D representation of Mandelbrot's fractal :
You can see the middle part tends to infinity and that the iterations are arbitrarily stopped.