GitHub - Jayres18/ThreeJS-Particles: 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. · GitHub
Skip to content

Jayres18/ThreeJS-Particles

Folders and files

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

Contributors