Modern open GL With QT on Raspberry pi
-
Hi,
What version of OpenGL are you targeting ?
Did you write your application with Qt on Windows ? -
Then you can start by building and running it as is on Linux.
-
Hi,
What version of OpenGL are you targeting ?
Did you write your application with Qt on Windows ? -
You can use Qt under the GPL/LGPL licenses provided that you abide by their constraints.
If you want commercial support, contact the Qt Company directly.Do you have any experience with Linux ?
Do you plan on cross-compiling your application or develop natively on the Pi ?
Given the power packed the latest revision of the Pi, the later will be easier.
Which distribution are you going to use on your Pi ? This will determine how you will install Qt if you are going to develop directly on the Pi. -
You can use Qt under the GPL/LGPL licenses provided that you abide by their constraints.
If you want commercial support, contact the Qt Company directly.Do you have any experience with Linux ?
Do you plan on cross-compiling your application or develop natively on the Pi ?
Given the power packed the latest revision of the Pi, the later will be easier.
Which distribution are you going to use on your Pi ? This will determine how you will install Qt if you are going to develop directly on the Pi. -
@SGaist I don't have experience with Linux, I am planning to cross-compile my application using pi (Ubuntu distribution), any suggestions for detailed installation , Please
@ishi said in Modern open GL With QT on Raspberry pi:
any suggestions for detailed installation , Please
-
@ishi said in Modern open GL With QT on Raspberry pi:
any suggestions for detailed installation , Please
@jsulm said in Modern open GL With QT on Raspberry pi:
@ishi said in Modern open GL With QT on Raspberry pi:
any suggestions for detailed installation , Please
Thank you