🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

GUI in OpenGL -and- DirectX

Started by
1 comment, last by evolutional 19 years, 11 months ago
I know there are many GUI toolkits around for OpenGL. I'm looking for a GPL or LGPL toolkit that can -render- dialogs and controls with both OpenGL and DirectX. Is such thing available ? I had QT in mind, is it an alternative for that task ? I don't know about QT integration on a DX surface...
Advertisement
http://crayzedsgui.sourceforge.net/
CrazyEddie's GUI system is indeed moving to become Cross-platform. At last word, there was OGRE rendering support along with DirectX.

Failing that, you could take a look at the fine tutorials around here and build them up onto an abstracted rendering system. There's tutorials for DirectX GUIs and OpenGL GUIs around. I'm sure you could quite easily separate the rendering from the GUI handling and write pluggable renderers.

This topic is closed to new replies.

Advertisement