Skip to content

augustt198/csg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages