Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.22 KB

ofxTraerPhysics 3.0.2

Adaption from libcinder version of Traer Physics to dependencies less openframeworks version.

Introduction

Creates a easy to setup Particle System which can create particles and particle-to-particle forces. Original in Java but very popular for Processing, so many of you might used it with Processing.

Licence

Licensed under the same "do whatever you want just email Jeff" license as the Java/Processing version.

See http://murderandcreate.com/physics/ for the original Java code and examples.

See also https://github.com/bloomtime/CinderTraer for the c++ port this was based upon for cinder.

Installation

Just drop the folder into the openFrameworks/addons/ folder. Or git clone. After you have done that I've made it easier to just include the ofxTraerPhysics.h which includes all the necessary headers.

Dependencies

none

Compatibility

0.9.3

Known issues

Issue with jumpy particles & attractors have been solved via e-mail from [names left out] thank you!

Version history

Version 3.0.2 (Date): 2017-03-07

Bug update Version 3.0.1 (Date): 2013-02-25 Initial release w/ openframeworks version 0.7.4