THREEJS Particle System Skull

by Syed Anas Tanweer

Live Link

Click here: https://house-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

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 🎉