Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeniya14/three-d-sphere-1
- Owner: Jeniya14
- Created: 2024-08-06T07:42:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T08:14:23.000Z (3 months ago)
- Last Synced: 2024-10-11T15:42:42.442Z (26 days ago)
- Topics: gsap-animation, javascript, threejs
- Language: JavaScript
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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