Drac's Irrlicht GUI Designer *Official Thread*

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Drac's Irrlicht GUI Designer *Official Thread*

Post by dracflamloc »

This thread will be dedicated to the Irrlicht GUI Designer, who's creation was spurred by a post of Melchiors. It is written in the .NET Framework, so you will need the .NET runtime to use this.

.NET Framework Link: http://www.microsoft.com/downloads/deta ... laylang=en

This is basically a gui designer similar to the ones used in Visual Basic, (though not as advanced yet.)

Current Version: RC2

Supported Irrlicht GUI types:
EditBox
ComboBox
StaticText
Button
ListBox
CheckBox
Image

Other Features:
Insertion of code into a template file.
Realtime code generation.
Save code window to a file.
...and much more.


More to come!


Download Link: http://www.dracsoft.com/zips/irr_gui_editor.zip


Screenshot:
Image
Last edited by dracflamloc on Fri Jan 21, 2005 6:55 pm, edited 5 times in total.
RLG unlogged

Post by RLG unlogged »

looks nice! Let me know if u need any custom graphics 8)

RabidLockerGnome@hotmail.com
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

If you would like to come up with a splash screen/logo graphic that'd be great. The DracSoft logo is on my home page and is pretty simple. http://www.dracsoft.com/
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

There should be a new version up in the next day or so, keep your eyes peeled.
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

Took longer than I thought to get some free time but I'm currently adding support for multiple combo-boxes and am now working on adding many more gui elements. Keep checking in...
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

Okay the beta of 1.0 is up for you all. Added two new gui element types (checkbox, listbox) and a nice splash screen, plus some more features! Post comments please.
Guest

Post by Guest »

Looking nice!
Can't wait to see the real 1.0!
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

You're stealing my thunder :(

lol nice bro maybe you should consider helping me with Guice?

you can contact me with the msn button below..
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

Just a quick fix update to resolve issues of the editor putting a ' instead of " for listitems in the generated code.
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

Ok beta 2 is out, BIG changes:
Added a grid
Snap-to the grid
Click N Drag creation of elements

This is a big update, and makes fast, easy and quality GUI creation a reality for the Irrlicht engine.

Because of the nature of this update (double buffering for the grid/drag rectangle) there is potential for a slowdown on older systems. There is the option to disable the grid and rectangle. (Note you CAN use the snap-to without the grid showing).

Because of this potential please post your system specs and your performance (smooth, adequate, slow, awful). This will help me out alot so please test this one!

Coming soon:
Custom grid/snapto size
Custom minimum element size
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

RC1 is up, please test it. I'll release the final .NET version soon. This way I can get to work on rewriting it for Linux.
brcolow
Posts: 56
Joined: Mon Jul 19, 2004 6:15 am
Location: Arizona

Post by brcolow »

What about adding support to drag IImages on to the grid...that would be really sweet :)
G'Day.
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

Good idea...
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

Sorry its been such a long time since the update. My programming bliss got interefered with by real life :oops:

I'll have an update available hopefully soon!
dracflamloc
Posts: 142
Joined: Sat Dec 11, 2004 8:13 am
Contact:

Post by dracflamloc »

Image GUI elements are now supported. RC2 is the version, a few bugfixes with the grid and rectangle are all thats left until I dub it 1.0 Final.
Post Reply