GameFoundry / bsf

Modern C++14 library for the development of real-time graphical applications
https://www.bsframework.io
MIT License
1.73k stars 194 forks source link

More GUI elements for framework #143

Open jychongMidas opened 6 years ago

jychongMidas commented 6 years ago

Hello, A fantastic framework you have here, very impressed! I see that in the Banshee Engine itself you have standard GUI widgets like Tabs, Radio buttons etc. Any chance you can port those over to bsf as well? If the GUI widget library is complete, this will make it a lot more usable for 3D application development.

Thanks!

BearishSun commented 6 years ago

Radio buttons are present in bsf (GUIToggle with a toggle group assigned). I do wish to port the docking/tabbing system to bsf eventually, but I don't have a timeline for it yet.

Fohlen commented 5 years ago

@MartinMuzatko and I will be trying this weekend to embed bsf into Electron by passing a native handle to bsf. If all goes well and this can be used, it would entirely eradicate the need to tinker a UI system yourself. Regards, Fohlen