Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.
/ ForgeCSG-Editor Public archive

Initial version of the CSGForge editor submitted for my MEng thesis at the University of Bristol.

License

Notifications You must be signed in to change notification settings

CSGForge/ForgeCSG-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Initial version of the CSGForge editor submitted for my MEng thesis at the University of Bristol.

Resources

License

Stars

Watchers

Forks