Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

sergobot/Realio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realio

Join the chat at https://gitter.im/Sergobot/Realio

Basic OpenSource and cross-platform game engine, written in C++. Based on SDL2, GLEW, GLM and Assimp

Building

Linux

mkdir build && cd build
cmake .. && make

Testing

You can launch small test game by running ./testGame after build.