Skip to content

Learn how to deform and color a sphere to create an interesting animation with Three.js. ๐Ÿ‘จโ€๐ŸŽ“

Notifications You must be signed in to change notification settings

iDVB/twisted-colorful-sphere

ย 
ย 

Repository files navigation

twisted-colorful-sphere

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.

Installation

Install dependencies:

yarn

Compile the code for development and start a local server:

yarn dev

Create the build:

yarn build

About

Learn how to deform and color a sphere to create an interesting animation with Three.js. ๐Ÿ‘จโ€๐ŸŽ“

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Other 1.0%