Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 962 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 962 Bytes

CSGForge-Editor

CSGForge Editor screenshot

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.

Building The Editor

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

License

Distributed under the MIT License. See LICENSE for more information.