CSGForge-Editor is a 3D modeling tool that uses CSGForge-Core to create models using Constructive Solid Geometry and export them to standard 3D model formats such as .FBX
and .OBJ
.
This repository uses Premake to generate a build system. The following instructions assume you're also using Premake. To clone the repository (including submodules) run:
git clone --recurse-submodules https://github.com/CSGForge/CSGForge-Core.git
The only tested generated build system is Makefiles. Other systems generated by Premake should also work though. To generate and build using Makefiles run:
premake5 gmake2
make -C build
Distributed under the MIT License. See LICENSE
for more information.