Category:QtonPi: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''English''' | [[QtonPi Russian|Русский]] | [[QtonPi Bulgarian|Български]] | [[QtonPi Ukrainian|Українська]]
'''English''' | [[QtonPi_Russian|Русский]] | [[QtonPi_Bulgarian|Български]] | [[QtonPi_Ukrainian|Українська]]
 
[toc align_right="yes" depth="2"]


Qt 5 and Raspberry Pi combine perfectly in so many ways. The goal of this project is to develop the required enablers for App and Platform Developers to enjoy Qt 5 after investing $35 in a Raspberry Pi board.
Qt 5 and Raspberry Pi combine perfectly in so many ways. The goal of this project is to develop the required enablers for App and Platform Developers to enjoy Qt 5 after investing $35 in a Raspberry Pi board.
Line 5: Line 7:
We have got some pre-release boards and we have reached the first proofs of concept. We are in contact with the Raspberry Pi Foundation and Broadcom to ensure that Qt 5 is well supported and all the components can be released and developed openly.
We have got some pre-release boards and we have reached the first proofs of concept. We are in contact with the Raspberry Pi Foundation and Broadcom to ensure that Qt 5 is well supported and all the components can be released and developed openly.


As we’ve indicated in [http://blog.qt.nokia.com/2011/11/24/qt-5-with-rasberry-pi-a-delicious-mix-with-home-delivery/ this] ''[blog.qt.nokia.com]'' blog post, Nokia is giving away 400 Raspberry Pi boards (Model B) to App and Platform Developers. If you are looking to sign up for Qt on Raspberry Pi Device Program please go [[Device-program|here]].
As we've indicated in "this":http://blog.qt.nokia.com/2011/11/24/qt-5-with-rasberry-pi-a-delicious-mix-with-home-delivery/ blog post, Nokia is giving away 400 Raspberry Pi boards (Model B) to App and Platform Developers. If you are looking to sign up for Qt on Raspberry Pi Device Program please go [[Device-program | here]].


Following links should help you get started.
Following links should help you get started.


==Qt on Pi==
== Qt on Pi ==
 
QtonPi was originally intended as an end to end platform, enabling a developer to boot straight into a controlled environment which could be deployed to via a single click inside of an associated Qt <span class="caps">SDK</span>. The maintenance burden of keeping the platform image up to date with the latest firmware, the failure to benefit from other community wide advances such as the Rasbian hardfp image along with the awesome proactive support we have received directly from the Wheezy maintainers have encouraged us to build upon their efforts as much as possible rather than trying to achieve similar ends in parallel.
 
==Create==
 
* [http://qt.gitorious.org/qt/qt5 Download: Source] ''[qt.gitorious.org]''
* [http://www.raspberrypi.org/downloads Download: Rasbian Wheezy base image] ''[raspberrypi.org]''
* [http://www.ics.com/blog/building-qt-5-raspberry-pi#.U0ubso_7sYy Link to <span class="caps">ICS</span> tutorial] ''[ics.com]''
* [[RaspberryPi|Build]] ''[qt.io]''
* [[apt-get Qt4 on the Raspberry Pi|Tutorial : apt-get install Qt4 on the Rasperry Pi]] ''[qt.io]''
* [http://visualgdb.com/tutorials/raspberry/qt-cross/ Tutorial : Cross-compiling Qt Apps for Raspberry Pi with Visual Studio] ''[visualgdb.com]''
* [[RaspberryPi Beginners guide|Beginner’s guide to cross-compile Qt5 on RaspberryPi]] ''[qt.io]''
* [[Native Build of Qt5 on a Raspberry Pi]] ''[qt.io]''
 
==Contribute==
 
==Collaborate==
 
* [[QtonPi-Collaborate|Mailing Lists]]
* [[QtonPi-Collaborate#ba46f8f58516526dd461c6d2ff260de2|<span class="caps">IRC</span> Channel]] ''[qt.io]''
* [[QtonPi-Collaborate#da8e0bf46da247bd5e528212d21d342a|Gerrit / Gitorious]] ''[qt.io]''
* [[QtonPi-Collaborate#492d8f405648665ebffa218a79a4540b|Bug Reports / Feature Requests]] ''[qt.io]''


==Qt 5 and Raspberry Pi in Action!==
QtonPi was originally intended as an end to end platform, enabling a developer to boot straight into a controlled environment which could be deployed to via a single click inside of an associated Qt SDK. The maintenance burden of keeping the platform image up to date with the latest firmware, the failure to benefit from other community wide advances such as the Rasbian hardfp image along with the awesome proactive support we have received directly from the Wheezy maintainers have encouraged us to build upon their efforts as much as possible rather than trying to achieve similar ends in parallel.


* [http://www.youtube.com/watch?v=8Fy63w6WxOw Video: X11+OpenGL ES on top of Raspberry Pi, with qmlviewer &amp; Harmattan Qt Components on Mer] ''[youtube.com]''
== Create ==
* [http://blog.qt.nokia.com/2011/12/02/call-for-qt-on-raspberry-pi-mentors/ Call for Qt on Raspberry Pi Mentors] ''[blog.qt.nokia.com]''
* [http://blog.qt.nokia.com/2011/11/24/qt-5-with-rasberry-pi-a-delicious-mix-with-home-delivery/ Qt 5 with Rasberry Pi: a delicious mix with home delivery] ''[blog.qt.nokia.com]''
* [http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon-opengl-es2-accelerated-qt-pi/ Chasing the raspberry pi dragon: OpenGL ES2 accelerated Qt PI] ''[labs.qt.nokia.com]''
* [http://www.youtube.com/watch?v=A-vBbqamNBU Video: Raspberry Pi Qt Quick 2 livecoding] ''[youtube.com]''
* [http://www.youtube.com/watch?v=Fq7IJLIIs2c Video: Raspberry Pi Qt Quick 2 recursive demo] ''[youtube.com]''
* [http://www.youtube.com/watch?v=1189Pj1mkDk Video: Raspberry Pi Qt Quick 2 emitter demo] ''[youtube.com]''
* [http://www.youtube.com/watch?v=qwsoInZk428 Video: Raspberry Pi Qt Quick 2 particles demo] ''[youtube.com]''
* [http://www.youtube.com/watch?v=o7tMrRuUDFA Video: Raspberry Pi Qt Quick 2 sprites] ''[youtube.com]''
* [http://www.youtube.com/watch?v=6yiC5tEpF98 Video: Raspberry Pi Qt Quick 2 sprites demo] ''[youtube.com]''
* [http://www.youtube.com/watch?v=wulbR2R1GpM Video: Qt5 Cinematic Experience] ''[youtube.com]''
* [http://www.youtube.com/watch?v=8xIBYClmTSU Video: Olivia’s Game on Raspberry Pi] ''[youtube.com]''


==Additional resources==
* &quot;Download: Source&amp;quot;:http://qt.gitorious.org/qt/qt5
* &quot;Download: Rasbian Wheezy base image&amp;quot;:http://www.raspberrypi.org/downloads
* &quot;Link to ICS tutorial&amp;quot;:http://www.ics.com/blog/building-qt-5-raspberry-pi#.U0ubso_7sYy
* &quot;Build&amp;quot;:http://wiki.qt.io/RaspberryPi
* &quot; Tutorial : apt-get install Qt4 on the Rasperry Pi&amp;quot;:http://wiki.qt.io/apt-get_Qt4_on_the_Raspberry_Pi
* &quot; Tutorial : Cross-compiling Qt Apps for Raspberry Pi with Visual Studio&amp;quot;:http://visualgdb.com/tutorials/raspberry/qt-cross/
* &quot; Beginner’s guide to cross-compile Qt5 on RaspberryPi&amp;quot;:http://wiki.qt.io/RaspberryPi_Beginners_guide
* &quot;Native Build of Qt5 on a Raspberry Pi&amp;quot;:http://wiki.qt.io/Native_Build_of_Qt5_on_a_Raspberry_Pi


* [[RaspberryPi|Technical information on compiling your own Qt 5 for the Raspberry Pi]]
== Contribute ==


===Subcategories:===
== Collaborate ==


There are 2 subcategories for this category
* [[QtonPi-Collaborate | Mailing Lists]]
* &quot;IRC Channel&amp;quot;:http://wiki.qt.io/QtonPi-Collaborate#ba46f8f58516526dd461c6d2ff260de2
* &quot;Gerrit / Gitorious&amp;quot;:http://wiki.qt.io/QtonPi-Collaborate#da8e0bf46da247bd5e528212d21d342a
* &quot;Bug Reports / Feature Requests&amp;quot;:http://wiki.qt.io/QtonPi-Collaborate#492d8f405648665ebffa218a79a4540b


* [[:Category:QtonPi::Device Program|Device_Program]]
== Qt 5 and Raspberry Pi in Action! ==
* [[:Category:QtonPi::Education|Education]]


===There are 13 articles in "QtonPi":===
* &quot;Video: X11+OpenGL ES on top of Raspberry Pi, with qmlviewer &amp; Harmattan Qt Components on Mer&amp;quot;:http://www.youtube.com/watch?v=8Fy63w6WxOw
* &quot;Call for Qt on Raspberry Pi Mentors&amp;quot;:http://blog.qt.nokia.com/2011/12/02/call-for-qt-on-raspberry-pi-mentors/
* &quot;Qt 5 with Rasberry Pi: a delicious mix with home delivery&amp;quot;:http://blog.qt.nokia.com/2011/11/24/qt-5-with-rasberry-pi-a-delicious-mix-with-home-delivery/
* &quot;Chasing the raspberry pi dragon: OpenGL ES2 accelerated Qt PI&amp;quot;:http://labs.qt.nokia.com/2011/10/03/chasing-the-raspberry-pi-dragon-opengl-es2-accelerated-qt-pi/
* &quot;Video: Raspberry Pi Qt Quick 2 livecoding&amp;quot;:http://www.youtube.com/watch?v=A-vBbqamNBU
* &quot;Video: Raspberry Pi Qt Quick 2 recursive demo&amp;quot;:http://www.youtube.com/watch?v=Fq7IJLIIs2c
* &quot;Video: Raspberry Pi Qt Quick 2 emitter demo&amp;quot;:http://www.youtube.com/watch?v=1189Pj1mkDk
* &quot;Video: Raspberry Pi Qt Quick 2 particles demo&amp;quot;:http://www.youtube.com/watch?v=qwsoInZk428
* &quot;Video: Raspberry Pi Qt Quick 2 sprites&amp;quot;:http://www.youtube.com/watch?v=o7tMrRuUDFA
* &quot;Video: Raspberry Pi Qt Quick 2 sprites demo&amp;quot;:http://www.youtube.com/watch?v=6yiC5tEpF98
* &quot;Video: Qt5 Cinematic Experience&amp;quot;:http://www.youtube.com/watch?v=wulbR2R1GpM
* &quot;Video: Olivia's Game on Raspberry Pi&amp;quot;:http://www.youtube.com/watch?v=8xIBYClmTSU


===B===
== Additional resources ==
* [[BittorrentVolunteers]]===C===
* [[Contribute]]
* [[Create]]===D===
* [[Device-program|Device program]]
* [[Direct]]
* [[Download]]===E===
* [[Education]]===Q===
* [[QtonPi-Accepted|QtonPi Accepted]]
* [[QtonPi-Collaborate|QtonPi Collaborate]]
* [[QtonPi-Education|QtonPi Education]]
* [[QTonPi-in-Curriculum-Control-Systems-Development|QTonPi in Curriculum Control Systems Development]]
* [[QtonPi Bulgarian|QtonPi_Bulgarian]]
* [[QtonPi Russian|QtonPi_Russian]]

Revision as of 14:24, 23 February 2015

English | Русский | Български | Українська

[toc align_right="yes&quot; depth="2&quot;]

Qt 5 and Raspberry Pi combine perfectly in so many ways. The goal of this project is to develop the required enablers for App and Platform Developers to enjoy Qt 5 after investing $35 in a Raspberry Pi board.

We have got some pre-release boards and we have reached the first proofs of concept. We are in contact with the Raspberry Pi Foundation and Broadcom to ensure that Qt 5 is well supported and all the components can be released and developed openly.

As we've indicated in "this&quot;:http://blog.qt.nokia.com/2011/11/24/qt-5-with-rasberry-pi-a-delicious-mix-with-home-delivery/ blog post, Nokia is giving away 400 Raspberry Pi boards (Model B) to App and Platform Developers. If you are looking to sign up for Qt on Raspberry Pi Device Program please go here.

Following links should help you get started.

Qt on Pi

QtonPi was originally intended as an end to end platform, enabling a developer to boot straight into a controlled environment which could be deployed to via a single click inside of an associated Qt SDK. The maintenance burden of keeping the platform image up to date with the latest firmware, the failure to benefit from other community wide advances such as the Rasbian hardfp image along with the awesome proactive support we have received directly from the Wheezy maintainers have encouraged us to build upon their efforts as much as possible rather than trying to achieve similar ends in parallel.

Create

Contribute

Collaborate

Qt 5 and Raspberry Pi in Action!

Additional resources