|
Hect Engine
Pre-Alpha
A open-source game engine written in modern C++
|
Hect Engine is a 3D game engine written in modern C++. It strives to be flexible, clean, consistent, and powerful. The engine is in the very early stages of development and should not be used for any serious projects.
Hect Engine and its tests are built using CMake. The structure of the source tree encourages the use of CMake within the same source tree for projects using Hect Engine.
The following sequence of shell commands demonstrate how to clone the Hect Engine repository and perform a clean build.
git clone https://github.com/colinhect/hect.git cd hect cmake -H./ -BBuild -DCMAKE_BUILD_TYPE=Release cd Build make
If the build was successful, the Hect Engine binaries, tests, and samples will be in the Build/Output directory.