项目作者: augustt198

项目描述 :
Constructive Solid Geometry Editor
高级语言: C++
项目地址: git://github.com/augustt198/csg.git
创建时间: 2017-07-21T14:46:54Z
项目社区:https://github.com/augustt198/csg

开源协议:

下载


csg

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

screenshot

Building

  1. mkdir build && cd build
  2. cmake ..
  3. cp -r ../shaders shaders
  4. make

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