Separating Axis Theorem is used to detect collision between convex shapes. This tool allows to visualize shape normals, separating axes and projections of its shadows.
- clone the repo
- Install dependencies using
yarn
ornpm install
- Run locally using
yarn dev
ornpm run dev
Generate build using yarn build
or npm run build
- React 19 + Vite
- Konva & Konva React
- AntDesign