Skip to content

Rohit-Nehate/galaxy-three

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galaxy Generator

📌 Project Description

Galaxy Generator is an interactive 3D visualization built with Three.js.
It dynamically creates a rotating galaxy using thousands of particles, configurable through a live controls panel. Users can adjust parameters such as particle count, size, radius, branches, spin, randomness, and colors to generate visually unique galaxies.
The project demonstrates real-time rendering, particle systems, and parametric generation in WebGL using Three.js.


📥 How to Clone the Repository

Setup

Download Node.js. Run this followed commands:

Clone the repository using Git:

git clone https://github.com/Rohit-Nehate/galaxy-generator.git

Install dependencies (only the first time)

npm install

Run the local server at localhost:8080

npm run dev

Build for production in the dist/ directory

npm run build

About

Galaxy Generator is an interactive 3D visualization built with Three.js. It creates a rotating galaxy of thousands of particles, letting you tweak settings like count, size, and color in real time to generate unique visuals.

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors