Skip to content

babaliaris/VampEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VampEngine

A general-purpose Game Engine made in the C programming language for my YouTube Course

Cloning

git clone https://github.com/babaliaris/VampEngine.git

Building

You 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

Example in a Linux System

#Make sure to change inside the root directory of this repo first!!!
premake5 gmake

#Build the workspace using GNU make
make

Run the demo Sandbox application

./build/debug_x64/sandbox

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published