Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeniya14/three-d-sphere-1

This project showcases a 3D sphere spinning in the middle of a webpage. The sphere's color changes dynamically based on mouse movement.
https://github.com/jeniya14/three-d-sphere-1

gsap-animation javascript threejs

Last synced: 26 days ago
JSON representation

This project showcases a 3D sphere spinning in the middle of a webpage. The sphere's color changes dynamically based on mouse movement.

Awesome Lists containing this project

README

        

# Spinning 3D Sphere

This project showcases a 3D sphere spinning in the middle of a webpage. The sphere's color changes dynamically based on mouse movement. This project was created by following a YouTube tutorial.

## Demo

![Spinning Sphere](Screenshot.png)

## Features

- 3D sphere using Three.js
- Mouse-controlled color changes
- GSAP for animations
- OrbitControls for interactive rotation