/Three.js-Sphere

Three.js sphere that can be rotated with mouse input or drag input on touch screens.

Primary LanguageJavaScriptMIT LicenseMIT

Three.js - Sphere

Three.js sphere that can be rotated with mouse input or drag input on touch screens. Deployed with Vite.js.
Animations were made using GSAP.

sphere

How To Use

Clone this repository

$ git clone https://github.com/DBDoco/Flappy-Bird-Clone.git

Go into the repository

$ cd Three.js-Sphere

Run development build

$ npm run dev

or

Build the project

$ npm run build

Try it live

Here.

Troubleshooting

For running dev build or building the project you will need Node.js.