Scaffold: Vite + React + TS + PixiJS app shell (cb-81o.1) #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "polecat/rust/cb-81o.1@mr5l0auj"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First bead of the Ship Designer epic (cb-81o).
Stands up the app: Vite + React + TypeScript + PixiJS v8.
Canvas.tsxmounts a PixiApplicationwith correct lifecycle (init-once / resize / cleanup, StrictMode-safe).renderShip(spec)draws a placeholder ship — proving the spec→renderer pipeline end to end.src/components(Canvas + Toolbar/ControlsPanel/Gallery stubs),src/ship(spec + renderer),src/storage(localStorage stub).tsc --noEmit, eslint,vite build; dev server serves.Full
ShipSpecgenome intentionally deferred to cb-81o.2. Review + merge to start the render work.🤖 Generated with Claude Code