Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 365 Bytes

csg

A CSG (Constructive Solid Geometry) editor. Solids are rendered using implicit surfaces. GUI is made with ImGui.

screenshot

Building

mkdir build && cd build
cmake ..
cp -r ../shaders shaders
make

This will create an executable named csg in the build directory.