Skip to content

colinhect/hect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hect Engine

Website

Build status: Build status

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.

Requirements

Linux Requirements

Windows Requirements

Building

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.

Building on Linux

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.

About

A modern game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published