Skip to content

roombawulf/interactive-particles-shader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Interactive Particles Shader

This is a simple mouse interactable particles shader written in GLSL and hosted in a THREE.JS environment.

A live demo can be seen here

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

About

A mouse interactable particles shader written in GLSL, using the power of THREE.JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published