I have an app written in FLTK 1.3 (
http://www.fltk.org/). I want to create a big widget (something like subwindow), which will act like SFML render window and I will be able to render using SFML there. The problem is I want FLTK to handle main window, so there is a conflict.
Any tips or your experience with something similar?
Big thanks in advance!