aboutsummaryrefslogtreecommitdiff
path: root/extensions/gui/ix/README
diff options
context:
space:
mode:
authorcarmen rocco <ix9@users.sourceforge.net>2005-04-05 13:32:38 +0000
committercarmen rocco <ix9@users.sourceforge.net>2005-04-05 13:32:38 +0000
commit5c492bdec6cd9302f0d92868ccfea8eadbd25896 (patch)
treef39b23f0dde7dbc0f367b890a1ebea1071a206eb /extensions/gui/ix/README
parent08904516ab2ee284f25b9f9e45ce8201ee442f82 (diff)
ix::gui 2005:04
svn path=/trunk/; revision=2680
Diffstat (limited to 'extensions/gui/ix/README')
-rw-r--r--extensions/gui/ix/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/extensions/gui/ix/README b/extensions/gui/ix/README
new file mode 100644
index 00000000..43e66af8
--- /dev/null
+++ b/extensions/gui/ix/README
@@ -0,0 +1,24 @@
+ix::gui http://whats-your.name/pd/gui/
+ http://suita.chopin.edu.pl/~czaja/miXed/externs/toxy.html
+
+hi, these objects were created in hopes of making the pd gui 'suck less'
+
+you need ToXY to use them:
+cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/pure-data co externals/miXed
+cd externals/miXed && make && mv bin/* /usr/lib/pd/extra
+
+and loads of tk libraries, most are in portage, or try this:
+cvs -d :pserver:anonymous@cvs.sf.net:/cvsroot/blt
+cd blt && ./configure && make && make install
+
+
+to use a file called 'crack.wid' youd make an object [widget crack rock1] where
+you pick an id..
+
+.,,
+
+misc notes (april 2005):
+tk is ugly without Cairo graphics (linux only), apply the patch, then
+./configure --enable-xft --enable-cairo
+
+tkdnd is broken on linux with tk 8.5, unless you patch tkEvent.c