Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 349 Bytes

Velocity-CPP

An industry-grade game engine written for C++. The base engine files will be hosted here, with extension modules that can optionally be linked in.

Quickstart (Linux)

$ mkdir build
$ cd build
$ cmake ..
$ make

Quickstart (Windows + MSYS2)

PS> mkdir build
PS> cd build
PS> cmake .. -G "MSYS Makefiles"
PS> make