|
pure-cpp 1.0.0
A C++ physics simulation benchmark comparing performance with Python implementations
|
Worker object to run the physics simulation in a separate thread. More...


Go to the source code of this file.
Classes | |
| class | Model::PhysicsWorker |
| Runs the physics simulation in a separate thread to keep the UI responsive. More... | |
Functions | |
| Q_DECLARE_METATYPE (Model::Vector3dVec) | |
Worker object to run the physics simulation in a separate thread.
This file is part of the pure C++ benchmark.
Definition in file physics_worker.hpp.