aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-03 20:30:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-03 20:30:13 +0000
commit609fa3e3654d98dceda0dbbec815f34c4b5b1f70 (patch)
tree4f659db9d3bb350dbcfdd2072909d0857073fb3e /README.txt
parent69cf1cafcd403331d9fbfb76977efb6101eef284 (diff)
added README and LICENSE and cleaned up doc structure
svn path=/trunk/externals/pmpd/; revision=13367
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..3658e55
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,15 @@
+pmpd is a collection of objects for pd. These objects provide real-time simulations, specially
+physical behaviors. pmpd can be used to create natural dynamic systems, like a bouncing ball,
+string movement, Brownian movement, chaos, fluid dynamics, sand, gravitation, and more. It can
+also be used to create displacements thus allowing a completely dynamic approach of pd
+computing.
+
+With pmpd physical dynamics can be modelled without knowing the global equation of the
+movement. Only the cause of the movement and the involved structure are needed for the
+simulation. pmpd provides the basic objects for this kind of simulation. Assembling them allows the
+creation of a very large variety of dynamic systems .
+
+These object are designed to be used with pd (pd). pd is a real time graphical programming
+environment dedicated for audio signal processing. Pd allow the creation of object and it is well
+adapted of the creation of particular physical modelling. GEM is a pd library dedicated to images
+processing [14]. In the provided pmpd examples, GEM is used for the movement visualisation.