Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.54 KB

readme.md

File metadata and controls

36 lines (26 loc) · 1.54 KB

THREEJS Particle System Skull

by Anderson Mancini

Live Link

Click here: https://threejs-particle-skull.vercel.app

Introduction

This project converts any GLTF looaded model into a particle system using threejs points material. It is using my previous three.js boilerplate.

You can replace the model and change the camera animations to make your own scene.

Resources: Threejs, WebGL, webpack , Babel, ESLint

Show, don't tell

Here you can see a video on how I created it

Getting Started

Download and install Node.js on your computer (https://nodejs.org/en/download/).

Then, open VSCODE, drag the project folder to it. Open VSCODE terminal and install dependencies (you need to do this only in the first time)

npm install

Run this command in your terminal to open a local server at localhost:8080

npm run dev

Notes

Would be really appreciated if you are willing to give me a star here on GitHub 🎉 or buy me a coffee ☕ https://www.buymeacoffee.com/andersonmancini. The money will be used to produce more content about threejs or to buy new courses.