-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
15 lines (11 loc) · 738 Bytes
/
README
File metadata and controls
15 lines (11 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
A C++ port of the venerable Traer Physics library.
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/memo/msalibs - MSAPhysics by Memo Atken is a simple
Cinder-compatible C++ physics library, more mature and stable than this port and
with more features.
Contributions welcome! Please attempt to port the other original Java demos and
let us know if you run into serious incompatibilities. Most things should have
the same name, but Vector3D has been replaced with Cinder's Vec3f where possible
and most variables that were accessed with functions are now plain properties.