Skip to content

sanushen/three-gpu-particle-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.JS GPU Particle System

NodeJS wrapper for Three.js' GPU Particle System

By default, Three.js does not have GPU Particle System built in. This is a NodeJS wrapper for the GPU Particle System so that it can be used with npm in systems using browserify, webpack, etc.

Install

$ npm install --save three-gpu-particle-system

Usage

var THREE = require('three');
var GPUps = require('three-gpu-particle-system')(THREE);

console.log(typeof GPUps);
//=> 'function'

License

MIT © CodeTheorist

About

NodeJS wrapper for Three.js' GPU Particle System

Resources

Stars

Watchers

Forks

Packages

No packages published