Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Is there any graphic library?: (5 Items)
   
Is there any graphic library?  
Hi.
 
I am planning to port our product on QNX platform.
I am responsible of UI part.
When I tried to find UI library, there was Photon in previous version (6.5).
But, I could not find any UI library to implement editor, button and etc in 6.6 version.
Could you tell me how I can do what I want.
Re: Is there any graphic library?  
The graphics system in 6.6 is called Screen. You can find the documentation for it here:

http://www.qnx.com/developers/docs/660/topic/com.qnx.doc.screen/topic/manual/cscreen_about.html?cp=1_1_6
Re: Is there any graphic library?  
Thanks for your answer.

Screen is just for window, display and etc.
But, there is no support for widget elements like button, editor and ...
Photon had apis to support them.
http://www.qnx.com/developers/docs/qnx_4.25_docs/photon114/prog_guide/tutorls.html

If widget elements are not supported, should we implement them with OpenGL?



Re: Is there any graphic library?  
You can use Qt, HTML5, or Crank Storyboard!

Cheers,

- Malte
Re: Is there any graphic library?  
You can run JamaicaVM on QNX which supports the OpenJDK.
This gives you SWING graphics support.

You can also use our application framework environment, JamaicaCAR.
This is useful for application such as automotive infotainment and similar.

David Beberman