Dear,
I have now a programm running using XWindows. It runns fine remote with Xming. But I'm not able to use it directly from the Pi on an attached hdmi-monitor.
Is there anyone with a solution?
The RaspPi does not support OpenGL, and even if it did, you would need to rewrite your application to take advantage of it. (See http://www.fltk.org/doc-2.0/html/index.html)FLTK wrote:FLTK (pronounced "fulltick") is a LGPL'd C++ graphical user interface toolkit for X (UNIX®), OpenGL®, Microsoft® Windows®, OS/X, and several other platforms.
No, you don't need to use OpenGL in you FLTK application. The GUI doesn't rely on OpenGL.rurwin wrote:The RaspPi does not support OpenGL, and even if it did, you would need to rewrite your application to take advantage of it. (See http://www.fltk.org/doc-2.0/html/index.html)FLTK wrote:FLTK (pronounced "fulltick") is a LGPL'd C++ graphical user interface toolkit for X (UNIX®), OpenGL®, Microsoft® Windows®, OS/X, and several other platforms.
This looks interesting, but it appears to be something called FTK (i.e. missing the L). I don't think it is related to FLTK.mung wrote:Did anyone ask for help on the fltk lists about these problems???
https://code.google.com/p/ftk/source/br ... .txt?r=780
I only spent 3 minutes skim reading the google code web site, but there seems to be a suggestion that fltk implements a gui tool kit on top of gles????
Not something I am going to look at myself, just noticed these two pages in google searches for similar information, and thought I should post as maybe what is posted in answer here is not correct?.
On UNIX/Linux it is for X11 only. I used FLTK a long while ago. I had been involved in a project using glForms on SGI/IRIX machines. FLTK was partly compatible with glForms.FLTK wrote:FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation.
Return to “Graphics programming”
Users browsing this forum: No registered users and 1 guest