BentouDev / YAGE

Simple game engine, written in C++
MIT License
8 stars 2 forks source link
engine entity-component-system game-development game-engine opengl yage

YAGE

Yet Another Game Engine

Build status

Windows Linux Coverage
Build status Build Status codecov

Tests status

Test status

Usage

Build

mkdir build
cd build
conan remote add yage https://api.bintray.com/conan/bentoudev/yage
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
conan install ..
cmake ..
cmake install ..