Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

BentouDev/YAGE

Repository files navigation

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 ..