SanderMertens / flecs

A fast entity component system (ECS) for C & C++
https://www.flecs.dev
MIT License
5.7k stars 411 forks source link

Command capturing #1173

Closed SanderMertens closed 2 months ago

SanderMertens commented 2 months ago

This PR implements a feature that allows capturing of commands through the REST API, which can be useful during debugging.