
40
Fractal Visualiser is a high-performance, interactive fractal exploration engine built with C and Raylib. This project provides a real-time environment to visualize and manipulate various fractal algorithms, leveraging both CPU-based recursion and GPU-accelerated shaders. It features multiple fractal engines such as Fractal Trees, Barnsley Fern, L-System, and Julia Set, each offering unique visualizations and interactive controls. Users can adjust parameters in real-time using RayGUI sliders, switch between fractals dynamically, and toggle color gradients and wind simulations. The efficient C implementation ensures smooth performance, while GPU-accelerated rendering allows for high-resolution exploration of the Julia Set. The project is open source under the MIT license, encouraging contributions and the addition of new fractals.
Built with