|
pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
|
Implementation of the worker object that runs the physics simulation in a separate thread. More...
#include "physics_worker.hpp"#include <memory>#include "space.hpp"#include "moc_physics_worker.cpp"
Go to the source code of this file.
Implementation of the worker object that runs the physics simulation in a separate thread.
This file is part of the pure C++ benchmark.
Definition in file physics_worker.cpp.