c_physics_engine
A custom physics engine written in C/C++
|
A custom physics engine written in C++
cmake
& make
gcc
≥13 / clang
≥18 / ... )clang-format
& clang-tidy
(both ≥18)doxygen
target | usage |
---|---|
demo | build and run the current demo |
test | build and execute all unittests |
build | build the library |
doc | generate documantation |
fmt | format all code |
clean | delete files ignored by git |
install | build and install the library |
remove | uninstall the library |
After installing the library you can include it using #include <cpp-physics/cpp-physics.hpp>
. Dont forget to also link the library when compiling (e.g.: -l cpp-physics
).