From 108c7c2f64b9254ea599073bd737f5e5a8b8d9c3 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Fri, 6 Feb 2009 11:16:06 +0000 Subject: adding jonathan wilkes lovely 'pal' editor, continued work and upgrades to ds-designer, and the start of ds-choice-list, a context-menu-ish gui element (with icons thanks to ds-designer) svn path=/trunk/abstractions/ds-gui/; revision=10748 --- ds-designer-help.pd | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ds-designer-help.pd') diff --git a/ds-designer-help.pd b/ds-designer-help.pd index c396379..71f57c4 100644 --- a/ds-designer-help.pd +++ b/ds-designer-help.pd @@ -1,6 +1,16 @@ -#N canvas 346 399 450 300 10; +#N struct 1006.vertex.array.template float x float y array vertex.array +1006.vertex.template; +#N struct 1006.vertex.template float x float y float vert.x float vert.y +; +#N struct 1006.intersection.template float x float y float vert.x float +vert.y; +#N struct 1006.grid.y.template float y; +#N struct 1006.grid.x.template float x; +#N canvas 35 257 450 300 10; #X obj 48 133 ds-designer; #X text 9 20 ds-designer: a tool for drawing complex shapes with [drawpolygon]/[filledpolygon]/[drawcurve]/[filledcurve] ; #X text 252 252 2009 Luke Iannini; #X text 257 267 proyekto.net; +#X msg 48 166 1 0 0 1 1 2 0 3 1 4 2 3 3 4 4 3 3 2 4 1 3 0 2 1 1 0; +#X connect 0 0 4 0; -- cgit v1.2.1