cursorrules
01Cursor rule Cursor
NEVER import React in any file under engine/. NEVER import Three.js in any file under components/. The engine is pure Three.js. React and the engine communicate only through GameCanvasHandle (imperative ref in GameCanvas.tsx). The engine pushes GameState to React at 20fps via a subscribe callback. When a component…
10 5mo ago A 1,052 tokens
original MIT