I have not had any experience with it, but here is a 10 year old FLTK example (http://www.fltk.org/i) that supported linux https://www.dropbox.com/s/b2rm1badwh1pnvw/fltkCustomDisplay.cpp?dl=0
On 29 September 2015 at 19:38, Oleg Bliznuk <[email protected]> wrote: > Hi list, > > does anybody have experience with custom display host under linux ? I spent > about week being unable to make opengl view there ( well, actually i can not > make anything, even simple drawing in x11 win ). The problem with x11 native > x wins is i dont see a way to pass my events processing callback, stuff with > xt\motif etc is too complex to even understand the basics ( all tutorials > around web i found do not help at all for the cdf case ) . I was tried to to > something with qt, but all i got is instant segfault once the debbugger > steps into the creation of qt widget. ( ldd shows there is no problems with > libs ) > I am on centos 6 but i doubt there are any principial difference for distros > . Native way would be the best option, but the qt way is good too. > Thanks for any help

