Skip to content

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.

License

Notifications You must be signed in to change notification settings

RSC-Games/Velocity-CPP

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

No packages published