You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VaseMaker uses Next.js 14 with Three.js / react-three-fiber.
git clone https://github.com/dcityorg/vasemaker
cd vasemaker
npm install
npm run dev
# Open http://localhost:3000
Project Structure
src/
components/
editor/ — sidebar controls, panels
viewport/ — 3D preview, Three.js scene
content/
help-content.ts — all help text (edit here for doc changes)
lib/
geometry/ — mesh generation, shapes, textures
store/ — Zustand state management