Anyone interested in a web based UI platform for FL SDK?

Post your ideas and suggestions here

Return to “To Do”

[You can only see part of this thread as you are not logged in to the forums]
flamingRedDingo
Mon Feb 18, 2019 2:30 pm

x

Anyone interested in a web based UI platform for FL SDK?

Are you sick of MFC?

Would you rather write your FL Plugin interfaces in DHTML and use javascript to interface with the plugin host and your C++ code?

I built a small SDK addon that basically hosts ShDocVw (windows only) so it has a web browser as its window.

It loads up an HTML page from a resource and provides a javascript accessible interface to the plugin host through window.external (JS)

It's *messy* right now, but if there's enough interest I'll clean it up and publish it.

It *should* work for any kind of FL plugin, and javascript these days should be fairly responsive.

what it would be missing of course, is you'd still need to create knobs and buttons and whatever in DHTML/CSS

Let me know if you're interested. If I get some takers I'll polish this code up and publish it.

C++,HTML,Javascript - windoze only

Return to “To Do”