Add some info about config.h to README

This commit is contained in:
Camden Dixie O'Brien 2025-01-18 22:29:04 +00:00
parent c0c028ec12
commit 981fea804c

7
README
View File

@ -10,3 +10,10 @@ double precision shaders.
To build and run:
./build.sh && ./gpu-frac
Since both GLSL and C use CPP directives, I parameterised the program
a bunch and stuck a load of cool presets in config.h, which can be
simply be uncommented and commented as is required. All the #ifdefs
make the code a bit harder to read but it's nice being able to twiddle
numbers and change the visualisation without messing around editing
and commenting out code.