Skip to content

This is a personal Three.js project called “Moon and Stars”. It explores particle systems in Three.js covering Points, custom BufferGeometry, textures, transparency, blending, vertex colors, and animation techniques. The project demonstrates performance-friendly ways to create stars, dust, and rotation particle motion using attributes and shaders.

Notifications You must be signed in to change notification settings

Jayres18/ThreeJS-Particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Particles

Setup

Download Node.js. Run this followed commands:

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build

About

This is a personal Three.js project called “Moon and Stars”. It explores particle systems in Three.js covering Points, custom BufferGeometry, textures, transparency, blending, vertex colors, and animation techniques. The project demonstrates performance-friendly ways to create stars, dust, and rotation particle motion using attributes and shaders.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published