01rust02scenedb
There Is Only One Copy: Why SceneDB's ECS Looks Nothing Like an ECS
SceneDB isn't a gameplay-logic ECS with rendering and networking bolted on top. It's the only copy of the scene that exists. Physics, rendering, replication, and the editor all read and write the same bytes. Here's why that's the correct architecture and not just an unusual one.