Notice: This project is archived due to a lack of solid project design. 📦
- Target for explaining 3D graphic from high-level concept (SAM.js) to low-level concept (WebGPU)
- Typescript
- React
- TailwindCSS
- docusaurus
- WebGPU
# clone this repo
git clone https://github.com/ColorOfLight/explainable-webgpu.git
# Move to the project directory
cd explainable-webgpu
# Install dependencies
npm insatll
# Run dev server
npm run start