Skip to content

jamesrogers93/game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Engine

Build Status

A multi-platform game engine.

Install the required dependencies

macOS and iOS

brew update
brew install glm

Linux

sudo apt-get install libglm-dev  
sudo apt-get install libglew-dev

Building the engine

To build for unix

mkdir build
cd ./build
cmake ..
make

To build for iOS

mkdir build.ios
cd ./build.ios
cmake -G Xcode -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/ios.toolchain.cmake ..
xcodebuild -scheme GameEngine build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published