Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

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 that makes usable to artists and designers.

  • Positioning
  • Resize
  • Alignment between some elements
  • Multiselection
  • Relationship between children and parents
  • Add guides
  • Magnet to place elements quickly
  • Use of layers
  • Undo / Redo
  • ...

I'm searching a framework or something like, with these functionalities implemented. And a form of append my own engine to make use of it.

It would be ideally a mixing between a tool like Photoshop and libRocket ( engine rendering independent ).

share|improve this question
2  
You want a framework for doing this, but you don't want a gui library? Perhaps you can define more specifically what the problem you face is? Please edit your question to reflect those changes. Thanks. – Byte56 Jul 6 '12 at 16:48
I'm not sure I fully understand the question but I know many people who have used QT Creator to create editors for their game. If you're looking for something that already has functions like Photoshop, I'm not sure such a thing exists. (Note: This is based on my own brief Googling when I was building such a thing.) – Mike C Jul 6 '12 at 17:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.