I'm looking for graphics library that I could use to develop GUI for a VST plugin (Linux).
In VST 2.x plugin host creates the window (using XCreateWindow on Linux/X11) and sets is size. The handle/pointer to Window (and X display) is then passed to the child plugin which should use the created window (pointer) and not create its own new window (standard SFML functions).
Is this possible in SFML? Would it be easy to hack/modify SFML library to support this?
cslr