Constructive Solid Geometry Editor
A CSG (Constructive Solid Geometry) editor. Solids are rendered using implicit surfaces.
GUI is made with ImGui.
mkdir build && cd build
cmake ..
cp -r ../shaders shaders
make
This will create an executable named csg
in the build
directory.