Slint support for QNX8? #11069
Replies: 1 comment 2 replies
-
|
We don't have QNX 8 support out of the box, i.e. a platform implementation. We have built Slint based projects with commercial customers on top of QNX 7 and QNX 8 with and without GPU acceleration - based on Ferrocene as compiler. Unfortunately the corresponding platform integrations can't be open source at this point as they rely on proprietary libraries that sit on top of QNX. But in principle you should be able to compile Slint for QNX and build your own platform implementation with the software renderer, but you'll have to figure out how to get the pixels to the window (or literally qnx's screen component). What kind of project do you have in mind? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I started looking over Slint for one of my projects and I was wondering if I can use it on QNX8.
I saw in the git history some commits related to QNX build, but I didn't find some documentation on how to get an application, developed with the framework, compiled for QNX.
Is there any documentation available?
Beta Was this translation helpful? Give feedback.
All reactions