Difference between revisions of "Recursive rectangles"
From Organic Design wiki
(screenie) |
|||
Line 1: | Line 1: | ||
[[Category:Milestones]] | [[Category:Milestones]] | ||
− | This is the first step towards [[widget]]s for the nodal [[interface]]. This very basic milestone involves a mouse-click event initiating a workflow to resolve the recipient of the click. This recipient then creates a sprite within its own bounds. | + | This is the first step towards [[widget]]s for the nodal [[interface]]. This very basic milestone involves a mouse-click event initiating a workflow to resolve the recipient of the click. This recipient then creates a sprite within its own bounds. |
+ | |||
[[Image:Peer-interface-3.jpg|thumb]] | [[Image:Peer-interface-3.jpg|thumb]] | ||
+ | |||
+ | |||
+ | This screenshot of [[peerd.c]] shows the kind of sprites created and their layout configuration as they're created, but this version does not resolve a recipient, rather all sprites are created in the background, layer (the [[desktop]]). |
Revision as of 08:07, 16 November 2006
This is the first step towards widgets for the nodal interface. This very basic milestone involves a mouse-click event initiating a workflow to resolve the recipient of the click. This recipient then creates a sprite within its own bounds.
This screenshot of peerd.c shows the kind of sprites created and their layout configuration as they're created, but this version does not resolve a recipient, rather all sprites are created in the background, layer (the desktop).