A projet to render 3D fractal using the raymarching technique written in C++/Boost
Install dependencies boost and boost-libs
sudo pacman -S boost boost-libs
Then compile the project
make -j8
mkdir render
Just execute the program
./Fract3D
## How to configure
Modify file src/main.cpp according to your desire. Then built it again.
- JSON like config file
- Command-line option
- Implement more fractal figure
- Give exemple config file for direct result