Reputation: 255
What is the best C++ GUI library that can be used in VST and especially in FL SDK (FL Studio SDK). Library that I searching for should not demand a central application object like for example QT does. It must just provide a pure GUI support. I've tested VST GUI, so what else library can I pick?
Upvotes: 2
Views: 4839
Reputation: 206646
Have you checked out Juce, it might be helpful.
You can also, check:
IPlug - An open C++ platform independent framework for VST and AU audio plugins and GUIs &
Plugin Developer - A resource for VST plugin development, that seems to focus on the IPlug framework.
Upvotes: 2