CTG (WIP)

CTG is a real-time Magic: The Gathering simulator that runs entirely in the browser at 120 fps, powered by WebGPU for rendering and WebAssembly for the core loop.

We tuned frame timing, input latency, and memory pressure for long sessions, so animations stay smooth and the rules engine stays deterministic.

For players and communities, this means zero-install competitive play and playtesting that feels native and fast.

Browser runtime

The rendering path, rules loop, and input model are designed around long sessions. The system has to stay deterministic under game pressure while keeping motion responsive.

That makes CTG both a product experiment and a hard technical proving ground for browser-native simulation work.