This project was bootstrapped with create-r3f-app
Learn how to deform and color a sphere to create an interesting animation with Three.js.
Thanks to Mario Carrillo
and his tutorial
.
In this repo, I converted the JS/Three codebase to a React/React-Three-Fiber implementation with hook and add an extra option in the settings panel to enable/disable wireframe props on the shader material.
Install dependencies:
yarn
Compile the code for development and start a local server:
yarn dev
Create the build:
yarn build