Realtime Fractal Renderer Documentation
Manual Builds

The project can be cloned from the github repository https://github.com/SolomonBaarda/fractal-geometry-renderer, and built manually using CMake. The following packages must be installed on your system:

Packages
Package Version
OpenCL 2.2
SDL2 2.0
Eigen3 3.3

In addition, to build and run the unit tests GTest must be installed.

The recommended development environment is Visual Studio 2019 on Windows 10, using the vcpkg package manager. The application was developed using a Nvidia RTX 3060 Ti GPU and CUDA toolkit 11.6.

Documentation for the FractalGeometryRenderer.