Update of /cvsroot/pure-data/externals/pdp/doc/misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2628/doc/misc
Modified Files: devdoc.html overview.html Log Message: pdp current darcs merge
Index: overview.html =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/doc/misc/overview.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overview.html 16 Dec 2005 00:51:04 -0000 1.3 --- overview.html 1 Sep 2006 13:45:29 -0000 1.4 *************** *** 17,26 ****
<p>PDP runs on Linux and OSX. The OSX version depends on <a ! href="http://fink.sourceforge.net/%22%3EFink</a>, which is not in the "point & ! click" stage yet, so setting it up will require some efford. There is no ! windows version. The reason for this is simple: i don't use windows myself. ! Porting would require writing code for input/output and getting the ! libraries PDP depends on to work. If anyone is willing to do this, just let ! me know. PDP can run without X Window, using SDL.
<p> Currently, PDP's focus is on images and video, but there is no reason it --- 17,22 ----
<p>PDP runs on Linux and OSX. The OSX version depends on <a ! href="http://fink.sourceforge.net/%22%3EFink</a>. There is no ! windows version.
<p> Currently, PDP's focus is on images and video, but there is no reason it *************** *** 39,47 **** patches should be enough to get you started. Have a look at the README file in the distribution to find out how to compile and setup. The file ! doc/reference.txt contains a list of objects. If you have installed PDP properly, you can just press the right mouse button on an object and select help to get a help patch. If this doesn't work, look in the directory ! doc/objects for a collection of help patches. The directory doc/examples ! contains some more demos. The directory doc/objects contains two abstractions that are used to setup the input and output in the help patches. You might want to cut and connect some wires to use the --- 35,43 ---- patches should be enough to get you started. Have a look at the README file in the distribution to find out how to compile and setup. The file ! <code>doc/reference.txt</code> contains a list of objects. If you have installed PDP properly, you can just press the right mouse button on an object and select help to get a help patch. If this doesn't work, look in the directory ! <code>doc/objects</code> for a collection of help patches. The directory <code>doc/examples</code> ! contains some more demos. The directory <code>doc/objects</code> contains two abstractions that are used to setup the input and output in the help patches. You might want to cut and connect some wires to use the *************** *** 50,55 **** <h2>Packets and Types</h2>
! <p> PDP is centered around the concept of packets and operations on ! packets. There are several types of packets. The default type for most objects is <code><b>image/YCrCb/320x240</b></code>. This is a single video frame, encoded in the internal 16bit YUV format, measuring 320 by 240 --- 46,52 ---- <h2>Packets and Types</h2>
! <p> PDP is about packets and operations on packets. Packets are just chunks ! of dumb data. The interpretation of this data depends on its type name. ! There are several types of packets. The default type for most objects is <code><b>image/YCrCb/320x240</b></code>. This is a single video frame, encoded in the internal 16bit YUV format, measuring 320 by 240 *************** *** 91,95 **** to an image, etc... You get the point. The possibilities are endless.
!
<hr> --- 88,95 ---- to an image, etc... You get the point. The possibilities are endless.
! <p> Over the last couple of years, PDP has given birth to a forked off project called ! <a href="http://zwizwa.goto10.org/zwikizwaki.php?page=PacketForth">Packet Forth</a>. ! This is a programming laguage based on ideas from Forth and Lisp. It's aim is ! loosely to be a kind of 'media Perl'.
<hr> *************** *** 97,101 **** <!-- Created: Thu Apr 24 22:21:03 CEST 2003 --> <!-- hhmts start --> ! Last modified: Thu Sep 25 20:51:44 CEST 2003 <!-- hhmts end --> </body> --- 97,101 ---- <!-- Created: Thu Apr 24 22:21:03 CEST 2003 --> <!-- hhmts start --> ! Last modified: Thu Jan 25 23:56:07 CEST 2006 <!-- hhmts end --> </body>
Index: devdoc.html =================================================================== RCS file: /cvsroot/pure-data/externals/pdp/doc/misc/devdoc.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** devdoc.html 16 Dec 2005 00:51:04 -0000 1.3 --- devdoc.html 1 Sep 2006 13:45:29 -0000 1.4 *************** *** 6,9 **** --- 6,12 ----
<body> + <p> FIXME: This is probably a bit out of date. + + <h1>PDP Developer Documentation</h1>