/gmod_better_vphysics

Garry's Mod original physics engine with performance improvements. (WIP)

Primary LanguageC++

gmod_better_vphysics

Garry's Mod original physics engine with performance improvements. (WIP) The dll/so is mostly functional and stable.

Clone with:

git clone --recurse-submodules https://github.com/miguelmazetto/gmod_better_vphysics

Compile on Windows

premake5 vs2022

And open the visual studio .sln

Compile on Linux

premake5 gmake2

For 32 bits:

make -j

For 64 bits:

make -j config=debug_x86_64

Testing on Windows

Make a Garrys mod server in a folder called testserver at the root of the repo. The Visual Studio solution generated already has a valid testing environment, just run it.

OBS: Testing on Linux is WIP (likely wont fix).