15
Zeus User interface as Your Usage 自由。由你決定

ZUYU Design Quick Review

  • Upload
    mamahow

  • View
    402

  • Download
    0

Embed Size (px)

Citation preview

Page 1: ZUYU Design Quick Review

Zeus User interface as Your Usage自由。由你決定

Page 2: ZUYU Design Quick Review

::Agenda

1. Demo2. ZUYU Introduction3. Development Tool

Page 3: ZUYU Design Quick Review

::ZUYU Introduction

Page 4: ZUYU Design Quick Review

ZUYU Framework

Action Manager

Policy

View Finder

XML Parser Localizer

IConterntMgr

IConterntMgrContent Mgr

Daemon DLLS

Event Result

Mis s Render

EDGELIB

GraphEvent

EffectRead

Write

Power Manager

Widget Structure

Presentation Script

Page 5: ZUYU Design Quick Review

::Component Breakdown

Page 6: ZUYU Design Quick Review

Graphic Engine Wrapper

To be an intermediate layer between graphic engine and ZUYU.

Flow diagram

Page 7: ZUYU Design Quick Review

XML ParserTo

Page 8: ZUYU Design Quick Review

Action Manager To handle the events from user which is sent from

EDGELIB event handler.

Use “policy” which is defined by us to tell which action would be associated into view finder.

Policy and scenario are described in the next slide

Page 9: ZUYU Design Quick Review

Scenario of user’s operation Five scenarios are defined 1) No function 2) To move block 3) To scale block

4) To move “view finder” (延伸桌面 ) 5) To enable functional block (e.g. WMP button…)

Page 10: ZUYU Design Quick Review

Action Policy Policy to interact with the user’s input

Behavior Time Operation policy

Finger Down -> Up Ta < 20ms No Function

Finger Down -> Move Tb > 80ms Scale block

Finger Down -> Move Tc > 100ms Move Block

Finger Down -> Move 20ms < t < 80ms Move “view finder”

Finger Down -> Up Td>50ms Enable functional block

t

Ta Tb TcTd Time0

Page 11: ZUYU Design Quick Review

View Finder Manager

Page 12: ZUYU Design Quick Review

Localizer

Page 13: ZUYU Design Quick Review

Content Manager Interface

Page 14: ZUYU Design Quick Review

::Schedule

Page 15: ZUYU Design Quick Review

TODO