maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nemo Mobile (https://talk.maemo.org/forumdisplay.php?f=53)
-   -   Nemomobile glacier UI. anyone seen it ? (https://talk.maemo.org/showthread.php?t=91503)

w00t 2013-10-24 21:26

Re: Nemomobile glacier UI. anyone seen it ?
 
Quote:

Originally Posted by qwazix (Post 1378511)
Circular spinners are way overused. Let's be different!

Part of the reason they are so often used is that they are easily designed and easily performant. If something is a simple circle, you can load a graphic (or design an effect/shader) and simply rotate it.

If it's more involved (like the suggestion a few posts up), you generally either have to do horrible crap like qt-components did and load each frame of the image in sequence based on a timer, or load an animated image, or something. Neither are really appealing options.

*edit* especially considering Qt 5.2 has the capability to run animations that are simplistic enough entirely on the render thread: http://doc-snapshot.qt-project.org/q...-animator.html

qwazix 2013-10-25 07:45

Re: Nemomobile glacier UI. anyone seen it ?
 
I wouldn't imagine that using colorAnimation on 4 standard qml Rectangles would be less performant than loading an image and rotating it.

w00t 2013-10-25 09:31

Re: Nemomobile glacier UI. anyone seen it ?
 
Quote:

Originally Posted by qwazix (Post 1382318)
I wouldn't imagine that using colorAnimation on 4 standard qml Rectangles would be less performant than loading an image and rotating it.

I didn't say it wasn't, although creating four rectangles (and four animations) plus bindings and property settings between them is a lot more work, but then we're talking on a rather minute-level, and for a component like a busy indicator, that sort of consideration doesn't matter. On the other hand, if you're working on something like Label, where a bad property binding can be the difference between 0.x ms and 2ms to create a single Label -- that sort of thing does matter when you're creating tens or hundreds of them in a typical application, or while panning.

I'm not drawing direct comparisons here, I'm just noting that performance is (or should always be) a concern when designing something. Otherwise you end up with compromises somewhere further down the line (precreating, caching, prestarting applications, or just being slow...)

hongquan 2013-11-13 02:09

Re: Nemomobile glacier UI. anyone seen it ?
 
Quote:

Originally Posted by Morpog (Post 1378080)
Original Glacier UI mockup is done by hurrian.
First mockup by hurrian:
http://play.qwazix.com/grog/wp-conte...7/SystemUI.png

I really like this mockup. I hate flat GUI.

seanmcken 2013-11-13 02:22

Re: Nemomobile glacier UI. anyone seen it ?
 
I wish These Kinda UI Come to Nokia N900.

qwazix 2013-11-13 08:47

Re: Nemomobile glacier UI. anyone seen it ?
 
Quote:

Originally Posted by hongquan (Post 1385902)
I really like this mockup. I hate flat GUI.

It seems different people perceive flat in different ways. This mockup is flat in my eyes (or at least, almost flat).

Nevertheless I'm glad you like it.

P.S. non-flat by my standards: http://upload.wikimedia.org/wikipedi...ome_Screen.png

The Wizard of Huz 2013-11-13 23:45

Re: Nemomobile glacier UI. anyone seen it ?
 
The best thing about this UI is that it is all black as default. Just like N900. I hate all these extremely bright UI as in iOS and Android. Even at lowest brightness. Hurts my eyes.

serj111213 2013-12-14 16:32

Re: Nemomobile glacier UI. anyone seen it ?
 
i have an idea about multi tasking
to close an app user should just tap and hold on a minimized app
and to close all apps, after holding a finder for a longer time, a dialogue would appear asking whether to close all the apps

ARJWright 2013-12-14 17:30

Re: Nemomobile glacier UI. anyone seen it ?
 
Quote:

Originally Posted by serj111213 (Post 1396482)
i have an idea about multi tasking
to close an app user should just tap and hold on a minimized app
and to close all apps, after holding a finder for a longer time, a dialogue would appear asking whether to close all the apps

Let's refine that, because some apps might actually benefit from that in such an app view:
- tap and hold on the top left or right corner of the app in the multi-tasking view and it will close
- tap and hold anywhere else on the app window and get options for other stuff (refresh view, look for updates, answer/reject, play/pause/next/previous, capture app screenshot, send/share, etc.)
- tap and hold on any spaces in between the app windows and get the prompt to refresh all, close all, delete apps, and backup

Nice idea. Appreciate an ability to think through it and see what else is there.

Dave999 2013-12-14 17:35

Re: Nemomobile glacier UI. anyone seen it ?
 
no, I haven't.


All times are GMT. The time now is 13:27.

vBulletin® Version 3.8.8