Hex map editor prototype focused on whiteboard-like camera navigation.
- React + TypeScript + Vite frontend.
- PixiJS rendering pipeline.
- Infinite-style hex field (large generated grid).
- Drag-to-pan viewport interaction.
- Cursor-centered wheel and trackpad zoom.
- Zoom HUD percentage display.
-
Install dependencies:
npm install
-
Start local dev server:
npm run dev
-
Build for production:
npm run build
- Tile painting and eraser tools.
- Axial/cube coordinate utility module.
- Selection and multi-tile operations.
- Undo/redo command history.
- Import/export JSON map format with schema versioning.