cyb/cyb/docs/architecture
cyb-shell Architecture Overview cyb-shell is a native macOS application built on Bevy ECS game engine. It provides four switchable "worlds" โ Terminal, Browser, UI, and Game โ sharing one window and one GPU pipeline. Shared GPU Resources **Key principle: one wgpu driver per application.** Bevyโฆ