Skip to content

RSC-Games/Velocity-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors