cancel
Showing results for 
Search instead for 
Did you mean: 

OpenSTLinux - wxWidgets

DMårt
Lead

Hi!

Will/Can OpenSTLinux run/support C++ applications that are made with wxWidgets? If not: Can ST Dev team implement it? wxWidgets is using GTK native widgets on linux. GTK is written in C.

I recently found that wxWidgets isin't so bad after all, compared to other large frameworks.

Check out this ultra pedagogical GUI tutorial for C++.

https://www.youtube.com/watch?v=BjQhp0eHmJw&list=PLFk1_lkqT8MbVOcwEppCPfjGOGhLvcf9G&index=1

STM32MP151AAC3 custom board with STM32-OS as operating system: https://github.com/DanielMartensson/STM32-Computer
1 ACCEPTED SOLUTION

Accepted Solutions
PPAGE.13
ST Employee

Hello,

 

STM don't and will not provide direct support for wxWidgets. But as GTK is supported by our MPU platforms, it should not be a big task to link it to wxWidgets.
It might be interesting to look at : https://docs.wxwidgets.org/latest/plat_gtk_install.html

BR,

Philippe.
 

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

4 REPLIES 4
PPAGE.13
ST Employee

Hello,

 

STM don't and will not provide direct support for wxWidgets. But as GTK is supported by our MPU platforms, it should not be a big task to link it to wxWidgets.
It might be interesting to look at : https://docs.wxwidgets.org/latest/plat_gtk_install.html

BR,

Philippe.
 

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

Thank you @PPAGE.13 

I will use QT QML instead.

But I having some issues to install it. Can you check that ? See my latest thread.

STM32MP151AAC3 custom board with STM32-OS as operating system: https://github.com/DanielMartensson/STM32-Computer

Hi @DMårt 

Yes, we are currently working on that Debian package issue.

BR,

Philippe.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

@PPAGE.13 

Great! Make sure GCC is working too because I hade some issues when I installed it.

 

STM32MP151AAC3 custom board with STM32-OS as operating system: https://github.com/DanielMartensson/STM32-Computer