pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
physics_worker.cpp File Reference

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"
Include dependency graph for physics_worker.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the worker object that runs the physics simulation in a separate thread.

Author
Le Bars, Yoann

This file is part of the pure C++ benchmark.

Definition in file physics_worker.cpp.