Skip to content

Used Three.js particles (Points Materials) in order to generate a galaxy. The rotation, number of particles, colours and other properties can be modified using dat.gui.

Notifications You must be signed in to change notification settings

jlavallee76/generating-galaxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galaxy Generator Using Three.js

Try The Project Here!

https://josh-generates-galaxies.netlify.app/

Setup

Download Node.js. Run this followed commands:

# 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

Used Three.js particles (Points Materials) in order to generate a galaxy. The rotation, number of particles, colours and other properties can be modified using dat.gui.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published