Skip to content

CLOUDS-Interactive-Documentary/ofxGpuParticles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ofxGpuParticles

This openFrameworks addon makes it slightly easier to create particle systems in GLSL.

N.B. Does not work in OF 0.8 due to a bug with ofFbo...

openframeworks/openFrameworks#2687

To fix it you can comment out the following line in ofFbo.cpp...

settings.numColorbuffers = settings.colorFormats.size();

Usage

Coming soon, for now, see example.

About

openFrameworks addon to aid creating particle systems in GLSL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.9%
  • C 9.9%
  • GLSL 9.2%