This is a simple react app with 3D model rendering using
- react-three-fiber
- three.js
- Shiba Model
- For Pure JS version, can refer to ShibaThree
- Packages included:
"@react-three/drei": "^7.2.2",
"@react-three/fiber": "^7.0.6",
"three": "^0.130.1",
git clone https://github.com/kyaroru/ReactShibaThree
cd ReactShibaThree
yarn install
yarn start