|
group2 0.1.0
CSE 125 Group 2
|
Headless network-only client bot for load-testing the server. More...
#include "ecs/components/InputSnapshot.hpp"#include "ecs/registry/Registry.hpp"#include "network/Client.hpp"#include "systems/InputRingBuffer.hpp"#include <SDL3/SDL_stdinc.h>#include <atomic>#include <cstdint>#include <glm/vec3.hpp>#include <string>#include <thread>Go to the source code of this file.
Classes | |
| class | Bot |
Headless network-only client bot for load-testing the server.
A Bot owns one Client connection and one Registry, runs a fixed-rate tick loop on its own thread, and:
No rendering, no audio, no physics, no animation. The Registry exists only so the Client's snapshot loader has somewhere to apply state to — it is never read after that.