pub fn build_world_from_str(content: &str) -> Result<World>Expand description
Run the full in-memory pipeline on a world.jsonl string, returning a ready-to-run World without touching any blob files on disk. The editor uses this to boot an empty (or otherwise non-renderable) world from a seeded GraphicsConfig so a window still opens.