Ghoul Engine is an OpenGL rendering engine (I don't really know what I'm doing with the project, but I know I'll use OpenGL for rendering).
Ghoul Engine uses strictly cross-platform libraries (Windows, Mac, and Linux support) and CMake, and is tested on Arch linux with KDE plasma and Windows 11/10.
Run this command with git installed to clone this repository: git clone --recursive https://github.com/ShoweryCellar34/Ghoul-Engine.git
Warning: the "res/" directory may not be copied over to the binary directory if using MSVC.
- Move into the cloned directory
cd Ghoul-Engine. - Make the build directory
mkdir buildand move into itcd build. - Generate the project file
cmake ... - Build with
cmake --build . - Run the produced
Ghoul-Enginefile.