aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-07 20:42:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-12-07 20:42:58 +0000
commit805746a3f67cdc10a5ac659df76b78e548228b3b (patch)
tree5b594e5507c1505360725e7693a852164f7da0c1 /README
parent1680a7601607292c1b0381ef3d4507c50ced02d0 (diff)
added the GUI and net objects, compiling as individual files. This is a proof of concept for separating all the built-in objects from the core, so everything is a library.
svn path=/trunk/externals/corelibs/; revision=6691
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 4b92fa0..f44ec0d 100644
--- a/README
+++ b/README
@@ -3,7 +3,15 @@ These are just the objects included in Miller's Pd compiled as stand-alone
libraries based on their source files. Its a quick and dirty hack to strip Pd
down to the bare essentials so that the namespace will be fully functional.
-These files are generated using the included script, generate.sh. They should
-not be modified directly.
+The lib_x_* files are generated using the included script, generate.sh. They
+should not be modified directly. Ideally, these would be compiled as
+individual objects.
+The files named after the classes are GUI objects that originally had g_
+prefixes on the file names.
+This stuff is currently here as a proof of concept for turning Pd core into a
+micro-language. If you want to start modifying these, then we should discuss
+how these should be maintained along with Miller's changes.
+
+<hans@at.or.at>