c_physics_engine
A custom physics engine written in C/C++
Loading...
Searching...
No Matches

A custom physics engine written in C++

GitHub branch check runs Website

Requirements

  • cmake & make
  • a C++ compiler implementing C++23 (gcc≥13 / clang≥18 / ... )
  • clang-format & clang-tidy (both ≥18)
  • doxygen

Makefile

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

Usage

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).