juewuzixing / qt5-cinematic-experience

https://gitorious.org/downstream/qt5-cinematic-experience/ http://quitcoding.com/download/Qt5CinematicExperience1.0.tgz http://quitcoding.com/?page=work#cinex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INTRO
==========

This UX demo application presents some graphical features of Qt5. 
The name 'Cinematic Experience' reflects how it's possible to build user 
interfaces with increased dynamics.


RUNNING
==========

To run this application you need relatively recent build of Qt5:
- http://qt-project.org
- http://qt.gitorious.org/qt/qt5

There are two different ways to run the application:

1) If your target platform contains 'qmlscene' binary, just use it:
---
cd Qt5_CinematicExperience
[path to Qt5]/qtbase/bin/qmlscene Qt5_CinematicExperience.qml
---

2) Alternatively, a simple launcher is provided to start the application:
---
cd Qt5_CinematicExperience
[path to Qt5]/qtbase/bin/qmake
make
./Qt5_CinematicExperience
---

The run application in fullscreen mode, use '--fullscreen' parameter for 
qmlscene or launcher. If you want to tweak the window resolution, 
modify 'width' and 'height' properties in Qt5_CinematicExperience.qml


LICENSE
==========

Source codes are licensed under a Creative Commons Attribution 3.0 Unported 
License. http://creativecommons.org/licenses/by/3.0/

No attribution required, but feel free to mention us or 
contact info@quitcoding.com

Qt, and the Qt logo are trademarks of Nokia Corporation
Movie reviews copyright © IMDb.com
DVD cover icons from http://www.iconarchive.com

About

https://gitorious.org/downstream/qt5-cinematic-experience/ http://quitcoding.com/download/Qt5CinematicExperience1.0.tgz http://quitcoding.com/?page=work#cinex


Languages

Language:QML 98.8%Language:C++ 0.9%Language:QMake 0.3%