You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
# 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.