Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreya-satheesh/particle-galaxy
Particle Galaxy with Shaders
https://github.com/sreya-satheesh/particle-galaxy
threejs webgl
Last synced: about 2 months ago
JSON representation
Particle Galaxy with Shaders
- Host: GitHub
- URL: https://github.com/sreya-satheesh/particle-galaxy
- Owner: sreya-satheesh
- Created: 2024-06-22T11:14:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T11:44:29.000Z (7 months ago)
- Last Synced: 2024-06-23T20:11:23.694Z (7 months ago)
- Topics: threejs, webgl
- Language: JavaScript
- Homepage: https://6676b1e1a79a967b75798fba--cheery-fudge-12aff2.netlify.app/
- Size: 9.77 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Particle Galaxy with Shaders
![2024-06-22online-video-cutter com111-ezgif com-video-to-gif-converter](https://github.com/sreya-satheesh/particle-galaxy/assets/168891722/8a06ef0a-dc26-4213-8636-4ea5cee88ab6)
This project demonstrates a particle system using shaders to create a dynamic galaxy of stars. The primary goal is to animate particles efficiently by leveraging GPU capabilities through vertex shaders.
## Features
- Stars in the galaxy rotate at varying speeds based on their distance from the center.
- Utilizes vertex shaders to animate particles and draw intricate patterns, enhancing visual appeal.
- GPU-driven animation for efficient rendering of particle movements.
- Easy to modify shaders and particle properties to create different visual effects## Installation
- Run npm install to install dependencies
- Run npm run dev to launch the local server## Live Demo
[https://neon-conkies-f9e9e4.netlify.app/](https://6676b1e1a79a967b75798fba--cheery-fudge-12aff2.netlify.app/)