Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 309 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 309 Bytes

Matrix

A tiny WIP game engine. Runs on both Linux and Windows using OpenGL.

Requires Cmake Version 3.14.0 or higher
$ git clone https://github.com/chillpert/matrix --recursive
$ cd matrix
$ mkdir build
$ cd build
$ cmake ..
$ make all
MX Editor

Sample_Img1