GUI for DirectX

Posted by DeadMG on Game Development See other posts from Game Development or by DeadMG
Published on 2011-02-18T15:50:24Z Indexed on 2011/02/18 23:34 UTC
Read the original article Hit count: 277

Filed under:
|
|

I'm looking for a GUI library built on top of DirectX- preferably 9, but I can also do 11. I've looked at stuff like DXUT, but it's way too much for me- I'm only needing some UI controls which I would rather not write (and debug) myself, and their need to keep a C-compatible API is definitely a big downside. I'd rather look at UI libs that are designed to be integrated into an existing DirectX-based system, rather than forming the basis of a system. Any recommendations?

© Game Development or respective owner

Related posts about c++

Related posts about directx