three-gpu-particle-system

1.0.0 • Public • Published

three-tds-loader

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

Package Sidebar

Install

npm i three-gpu-particle-system

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

25.5 kB

Total Files

6

Last publish

Collaborators

  • codetheoristdevelopments