aboutsummaryrefslogtreecommitdiff
path: root/abstractions
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-11-06 09:36:02 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-11-06 09:36:02 +0000
commit54f347fc88fa27ceb69c54bb607014ab24030161 (patch)
tree4221792bb391a21d938c4129147851868e17e51a /abstractions
parent789fdddb0df603674a086e1c4c6c49623b2f510d (diff)
added short README file
svn path=/trunk/; revision=1171
Diffstat (limited to 'abstractions')
-rw-r--r--abstractions/README28
1 files changed, 28 insertions, 0 deletions
diff --git a/abstractions/README b/abstractions/README
new file mode 100644
index 00000000..35112717
--- /dev/null
+++ b/abstractions/README
@@ -0,0 +1,28 @@
+Collection of abstractions for Pd
+=================================
+
+This is a collection of abstractions for Pd. Pd is a
+language that is very low-level. There are several
+concepts that need a certain amount of work in order
+to be implemented. Instead of reimplementing these higher
+level concepts again and again, this collection of abstractions
+try to establish a layer of Pd abstractions that should grow
+into a reusable library that can be shared by Pd users.
+
+How to add your abstractions ?
+==============================
+
+First rule for adding an abstraction is that it is written
+in Pd (without using externals).
+
+You can either send your abstarction with the request for
+adding it to the pd-dev list, or if you are a Pd developer
+already, you can add them by yourself.
+
+If you have questions about how, feel free to ask.
+
+I hope that we can come up with a style guide for abstractions
+at some point, but we need to gather experience how this should
+look like before.
+
+Guenter