Tagged Questions

-4
votes
1answer
132 views

In esenthel engine how can I remove some object from Gui class?

I know many people in this site may not know esenthel engine at all and my question may be better answered at engine forum but I'm putting it here to share the name of a real easy to code gameengine ...
3
votes
1answer
404 views

2D game engine for UI - suggestion needed

I am planning on making a simple real-time strategy game from the series Stargate Universe. For those who don't know, in the series' center is a spaceship called Destiny. It has a nice control room, ...
19
votes
9answers
2k views

What C++ GUI library can you suggest?

I'm building my own game engine in C++ and I'm currently deciding on what user interface I should use. Should I use a library? Should I make my own?