Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML and VST 2.x plugin development?  (Read 1358 times)

0 Members and 1 Guest are viewing this topic.

cslr

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
SFML and VST 2.x plugin development?
« on: March 09, 2018, 01:37:53 pm »
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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Laurent Gomila - SFML developer

cslr

  • Newbie
  • *
  • Posts: 2
    • View Profile
    • Email
Re: SFML and VST 2.x plugin development?
« Reply #2 on: March 10, 2018, 12:14:10 am »
Ok. I will try that. Thanks.  :)