A set of primitives for isometric scene modeling, motion, and rendering without jumping straight to a full game engine. This repo is the current work in progress. Read, run, and reuse what’s useful.
@isometrix/iso-core: scene contracts, projection, ordering, and spatial queries@isometrix/iso-motion: scene composition, sequencing, cues, and motion evaluation@isometrix/iso-pixi: Pixi scene host and adapter helpers
pnpm install
pnpm typecheck
pnpm exampleThen open the local URL Vite prints in the terminal. By default this will be http://127.0.0.1:4176/.
- small core for modeling isometric scene data
- motion layer for sequencing scenes and evaluating cue/state changes
- Pixi integration layer for rendering and interaction
- end to end example of current stack
- continue on core work, pixi integrations
- add more examples