zui

C# Piccolo ZUI - Squiggles only when CTRL wiggles?

I am using the Piccolo 2D ZUI library in a C# Winform application. One of the examples that the library shows is adding a squiggle (line drawing) handler to the canvas. The problem is that if you enable the squiggle handler and allow canvas dragging then both events occur at the same time. What I would like to do is inherit the PDr...

JS zooming framework (google maps style)

I'd like to build a web app based on a zooming principle (ZUI) I'm looking for a framework or a starting point. something like OpenZoom http://openzoom.org/ but in javascript Thanks ...