Fixed GuiEditor

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
Der Walden
Posts: 7
Joined: Fri Jul 20, 2012 2:12 pm

Fixed GuiEditor

Post by Der Walden »

Hello every body :D.
In my Opinion the Irrlicht gui system is verry well made. but it is not verry useful without a good gui editor...
some time ago i was verry pissed of about the current Look and Feel of the GuiEditor (I think i´m not the only one :wink:)
so i have decided to fix up this s.hit an here is the result:

http://derwalden.de.funpic.de/Irrlicht/ ... v0.2.8.rar

Some of the Important new Features:

-Windows File Open/Save Dialogs.
-Redesigned Gui
-Usage of CGuipanel in GuiEditWorkspace
-Full Fix to CGuipanel and its serializeAttributes and deserializeAttributes Functions
-Added new GuiFactory with possibility of adding custom guielements to gui editor (see CGuiPanel Example)
-...

Try it out. And have Fun...
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Fixed GuiEditor

Post by hybrid »

It would help to have more screenshots and less degenerated language.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Fixed GuiEditor

Post by CuteAlien »

Also helps to have one patch per change if you want it integrated. But nice to see you put some work into this, the guieditor is undoubtly a little neglected recently (I fix problems when they are reported, but that's about it).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Der Walden
Posts: 7
Joined: Fri Jul 20, 2012 2:12 pm

Re: Fixed GuiEditor

Post by Der Walden »

Hello Guys

@Hybrid: OK :roll:

@CuteAlien: One patch per change is not possible because i´ve just messed around with the original sourcecode on my own to meet my personal opinion of how it should be... So i just can give you the current state. if you like some of my changes you can put it into the irrlicht version of GuiEdit...

For those who just want to take a look :wink: :

Image
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Fixed GuiEditor

Post by CuteAlien »

Der Walden wrote: @CuteAlien: One patch per change is not possible because i´ve just messed around with the original sourcecode on my own to meet my personal opinion of how it should be... So i just can give you the current state. if you like some of my changes you can put it into the irrlicht version of GuiEdit...
I guess not much of a chance for that. I didn't write the gui-editor so I would have to figure out changes between 2 projects I haven't written and figure out which changes belong together and for what they can be used. Probably would be faster for me to write that tool from scratch. I can sometimes find time to include patches when they are clean with one patch per change, but for figuring out useful stuff in whole patch-bombs I don't know that tool well enough unfortunately.

I mean if even you already can't figure it out anymore despite the fact you wrote it then I think you can image how impossible it is for anyone else :-)
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Re: Fixed GuiEditor

Post by christianclavet »

Doing a DIFF with the original one would allow to see the changes no? Personnally I would change the term "fixed" by "improved".
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Fixed GuiEditor

Post by CuteAlien »

@christianclavet: Sure - but only all together. Reviewing small patches is hard - reviewing big patches changing lot of stuff together is pretty much impossible (within a reasonable timeframe, with lots of sparetime everything is possible, but no one ever has that...). If even he can't split it into reviewable small patches anymore how should anyone else who didn't write it and doesn't know which reasons stood behind each change figure that out?

But I still appreciate the work. Maybe it will become popular for some users. Maybe he can take over the gui-editor one day. Or maybe it inspires others to create a few small patches to get some of the features into Irrlicht.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
pera
Posts: 460
Joined: Wed May 14, 2008 1:05 pm
Location: Novi Sad, Serbia
Contact:

Re: Fixed GuiEditor

Post by pera »

Please write brief instructions (or make extensive video tutorial) for using this... program.
I always wanted to use it but nothing ever came out of it.
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Fixed GuiEditor

Post by CuteAlien »

I neither wrote the tool nor did I ever use it in my projects. But have started it up a few times when hunting bugs which were reported and it doesn't look that hard to figure out - you add gui-elements and set their parameters. That pretty much seems to be it.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply