Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Category:QtonPi: Difference between revisions
No edit summary |
m (Link to closely-related category.) |
||
(11 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
'''English''' | [[ | [[Category:Ports]] | ||
'''English''' | [[QtonPi_Russian|Русский]] | [[QtonPi_Bulgarian|Български]] | [[QtonPi_Ukrainian|Українська]] | |||
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 | 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 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. | ||
See also: [[:Category:Raspberry Pi]] | |||
==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 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 == | |||
* [http://download.qt.io/official_releases/qt/ Download: Source] | |||
* [http://www.raspberrypi.org/downloads Download: Rasbian Wheezy base image] | |||
* [http://www.ics.com/blog/building-qt-5-raspberry-pi#.U0ubso_7sYy Link to ICS tutorial] | |||
* [[RaspberryPi|RaspberryPi Build]] | |||
* [[Apt-get_Qt4_on_the_Raspberry_Pi|Tutorial apt-get install Qt4 on the Rasperry Pi]] | |||
* [[RaspberryPi_Beginners_Guide|Beginner’s guide to cross-compile Qt5 on RaspberryPi]] | |||
* [[Native_Build_of_Qt5_on_a_Raspberry_Pi|Native Build of Qt5 on a Raspberry Pi]] | |||
* [http://visualgdb.com/tutorials/raspberry/qt-cross/ Tutorial : Cross-compiling Qt Apps for Raspberry Pi with Visual Studio] | |||
== Contribute == | |||
== | == Collaborate == | ||
* [[QtonPi-Collaborate | Mailing Lists]] | |||
* [http://wiki.qt.io/QtonPi-Collaborate#ba46f8f58516526dd461c6d2ff260de2 IRC Channel] | |||
* [http://wiki.qt.io/QtonPi-Collaborate#da8e0bf46da247bd5e528212d21d342a Gerrit / Gitorious] | |||
* [http://wiki.qt.io/QtonPi-Collaborate#492d8f405648665ebffa218a79a4540b Bug Reports / Feature Requests] | |||
== Qt 5 and Raspberry Pi in Action! == | |||
=== | * [http://www.youtube.com/watch?v=8Fy63w6WxOw Video: X11+OpenGL ES on top of Raspberry Pi, with qmlviewer & Harmattan Qt Components on Mer] | ||
* [http://blog.qt.nokia.com/2011/12/02/call-for-qt-on-raspberry-pi-mentors/ Call for Qt on Raspberry Pi Mentors] | |||
* [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] | |||
* [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] | |||
* [http://www.youtube.com/watch?v=A-vBbqamNBU Video: Raspberry Pi Qt Quick 2 livecoding] | |||
* [http://www.youtube.com/watch?v=Fq7IJLIIs2c Video: Raspberry Pi Qt Quick 2 recursive demo] | |||
* [http://www.youtube.com/watch?v=1189Pj1mkDk Video: Raspberry Pi Qt Quick 2 emitter demo] | |||
* [http://www.youtube.com/watch?v=qwsoInZk428 Video: Raspberry Pi Qt Quick 2 particles demo] | |||
* [http://www.youtube.com/watch?v=o7tMrRuUDFA Video: Raspberry Pi Qt Quick 2 sprites] | |||
* [http://www.youtube.com/watch?v=6yiC5tEpF98 Video: Raspberry Pi Qt Quick 2 sprites demo] | |||
* [http://www.youtube.com/watch?v=wulbR2R1GpM Video: Qt5 Cinematic Experience] | |||
* [http://www.youtube.com/watch?v=8xIBYClmTSU Video: Olivia's Game on Raspberry Pi] | |||
=== | == Additional resources == | ||
Latest revision as of 12:38, 25 July 2018
English | Русский | Български | Українська
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 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. See also: Category:Raspberry 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 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
- Download: Source
- Download: Rasbian Wheezy base image
- Link to ICS tutorial
- RaspberryPi Build
- Tutorial apt-get install Qt4 on the Rasperry Pi
- Beginner’s guide to cross-compile Qt5 on RaspberryPi
- Native Build of Qt5 on a Raspberry Pi
- Tutorial : Cross-compiling Qt Apps for Raspberry Pi with Visual Studio
Contribute
Collaborate
Qt 5 and Raspberry Pi in Action!
- Video: X11+OpenGL ES on top of Raspberry Pi, with qmlviewer & Harmattan Qt Components on Mer
- Call for Qt on Raspberry Pi Mentors
- Qt 5 with Rasberry Pi: a delicious mix with home delivery
- Chasing the raspberry pi dragon: OpenGL ES2 accelerated Qt PI
- Video: Raspberry Pi Qt Quick 2 livecoding
- Video: Raspberry Pi Qt Quick 2 recursive demo
- Video: Raspberry Pi Qt Quick 2 emitter demo
- Video: Raspberry Pi Qt Quick 2 particles demo
- Video: Raspberry Pi Qt Quick 2 sprites
- Video: Raspberry Pi Qt Quick 2 sprites demo
- Video: Qt5 Cinematic Experience
- Video: Olivia's Game on Raspberry Pi
Additional resources
Pages in category "QtonPi"
The following 19 pages are in this category, out of 19 total.