Skip to content

cynzapata/particles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Journey

This project showcases my understanding of particles and animating particles in a Three.js scene. I utilized Three.js, Node.js, Vercel, Javascript, HTML, and CSS to make a cluster of particles that mimic the movement of a wave. I followed Bruno Simon's tutorial to understand how to load textures, gui controls, lights, create objects, and animation in Three.js

To view click on the following link: https://particles-rosy.vercel.app/

Or if you have vercel: https://vercel.com/cynzapata/particles

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