Questions tagged [zui]

6 questions
6
votes
4 answers

Zooming User Interface on HTML Canvas

It happened that I have faced a task to create a ZUI (zooming user interface) on HTML Canvas. The examples of such interfaces are Deep Zoom and Microsoft's Seadragon. I'm trying to find some libraries that will allow me to create ZUI without writing…
GregoryM
  • 547
  • 5
  • 23
2
votes
2 answers

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
Gusepo
  • 837
  • 2
  • 13
  • 26
1
vote
2 answers

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…
John M
  • 14,338
  • 29
  • 91
  • 143
1
vote
1 answer

Zooming on DOM-elements: Scaling vs transform

I have a grid of zoomable div elements. When a div is clicked, it is zoomed, scaled and centered using Zoomooz.js. Inside each div is a drawable region (like Canvas) implemented using Raphäel. My problem is that even though the zoom function work…
Lasse
  • 349
  • 1
  • 7
  • 16
0
votes
0 answers

Is there an equivalent of jQuery infinite drag for React?

I am trying to create an app that will have an infinite wall interface, i.e., a div that opens onto a background that the user can drag around and that will expand forever wherever the user goes. I found a cool jquery plugin called jquery infinite…
Leo Ware
  • 109
  • 4
0
votes
1 answer

Access template child elements in angular directive

I'm trying make a directive out of a great jquery zooming/panning library. How can I access the elements in my template to initialize the plugin? The directive looks like this as of now: directive('zui', [function () { return { …
bornytm
  • 793
  • 1
  • 11
  • 27