A general-purpose Game Engine made in the C programming language for my YouTube Course
git clone https://github.com/babaliaris/VampEngine.gitYou will need premake to build this project. Run premake5 using the action, depending on which IDE and platform you are working on. Check the following documentation for Available Premake5 Actions
#Make sure to change inside the root directory of this repo first!!!
premake5 gmake
#Build the workspace using GNU make
make./build/debug_x64/sandbox