Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.72 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.72 KB

Three.js Galaxy

This is My a Simple Particle System stimulation I have created using in Three.js

This Are Some Images for you to feel it

You can view in 3D (from any side)

Amazing Pictures

You can Change color

SHAPE of Particles are hearts (To be made customizable)

Here is a Debug panel

  • size: Size of star
  • count: Number of stars
  • radius: Radius of Galaxy
  • branches: Number of branches coming out from center of Galaxy
  • spin: How much Galaxy branch should be curved (Rounded)
  • randomness: Randomness of star in Galaxy
  • randomnessPower: How closely stars should be bound at branch of Galaxy
  • insideColor: Color of Center of Galaxy
  • outsideColor: Color of outside of Galaxy

Visit Here to This website

Local Deployment

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