Skip to content

openFrameworks addon to aid creating particle systems in GLSL.

Notifications You must be signed in to change notification settings

vertgo/ofxGpuParticles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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.

TODO

Add in functionality to use programmable renderer in addition to stone age OpenGL.

About

openFrameworks addon to aid creating particle systems in GLSL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.8%
  • C 8.9%
  • GLSL 8.3%