Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Tiled canvas widget

This is a good idea. I think the Animation is not part of CWT (Common Widget Toolkit) but it was the idea to put it there, AFIAK. Nicholas isn't that correct?

Regards

Wim

On Tue, May 22, 2012 at 9:24 AM, Hallvard Trætteberg <hal@xxxxxxxxxxx> wrote:
Hi,

I was considering the structure of GeoMap yesterday and concluded it consisted of three main parts:
- canvas tiled with images
- async provision/downloading of images
- view management including coordinates and zooming levels

Only the third of these is really specific for GeoMap. A tiled canvas with panning and zooming is useful for many applications, particularly grid-based games like sokoban. Async provision/downloading of images is useful to improve performance. (I can imaging the gallery widget needs/has something similar).

Does it make sense to factor out generic code? Does the Nebula project consider cross-component refactoring and code sharing?

Hallvard
_______________________________________________
nebula-dev mailing list
nebula-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/nebula-dev


Back to the top