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.
Download Node.js. Run this followed commands:
git clone https://github.com/Rohit-Nehate/galaxy-generator.gitnpm installnpm run devnpm run build