Tagged Questions
1
vote
0answers
188 views
Framework to implement an in game gui editor
I need to do an in game gui editor. The game engine has his own widgets elements and I don't want a gui library that substitute it.
The most difficult task is the implementation of the functionality ...
3
votes
7answers
5k views
GUI for DirectX
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 ...
5
votes
2answers
719 views
How do I render my own DirectX Stuff to a full screen WPF's DirectX surface?
Basically Danny Varod seems to know as he posted it as an answer to this question:
Display a Message Box over a Full Screen DirectX application
I think, theoretically this might work, but I have no ...