Graphical User Interface Creation Editor *NEW 10-27-04*

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Graphical User Interface Creation Editor *NEW 10-27-04*

Post by Midnight »

Hello Everyone,

Some of you have heard me talk about a GUI Builder in these forums and some of you have been waiting for it. Well here it is... the alpha version anyways.

I learned a great deal while working on this project.

You can download the alpha version of G.U.I.C.E. which by now you should know what it stands for and it's pronounced "Juice".

Download G.U.I.C.E. here



I'm looking for help on this project from here on out... there is a README file included with the installation with details on how to contact me and what kind of help I'm after.

I hope this will help some of you with your projects and make Irrlicht life just a tad simpler for all of us.
Last edited by Midnight on Tue Apr 12, 2005 5:09 am, edited 2 times in total.
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

EDIT:: Post Removed By Midnight
Last edited by Midnight on Mon Oct 11, 2004 11:03 pm, edited 2 times in total.
Severin Heiniger
Posts: 1
Joined: Wed Sep 22, 2004 8:13 am
Location: Eriswil / Switzerland

Link doesn't work

Post by Severin Heiniger »

Midnight wrote:I've been testing my links and I'm not sure if this host is going to work properly so here is a direct link to GUICE.rar

GUICE.rar 470kb Source included
The link to GUICE.rar doesn't work too. Could you post a new valid link. That would be nice. :)

By the way, it's the first time I post a message in this Forum. I hope you understand my English. I'm still learning. :wink:

Severin Heiniger
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

is the link working yet?

@Midnight: if you want send it to me at amp2engine@yahoo.com and I'll mirror it for you and place the link here.

:D

please put your nick in the topic so that I know it's not spam.
Image
Peter Müller
Posts: 292
Joined: Sun Mar 14, 2004 5:28 pm
Location: Germany
Contact:

Post by Peter Müller »

Midnight wrote:I've been testing my links and I'm not sure if this host is going to work properly so here is a direct link to GUICE.rar

GUICE.rar 470kb Source included
Doesn't work please tell me the right download link (directly to the rar -Archiv, without a counter)
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
Midnight
Posts: 1772
Joined: Fri Jul 02, 2004 2:37 pm
Location: Wonderland

Post by Midnight »

EDIT:: Post Removed By Midnight

GUICE.rar

Backup Link to GUICE.rar
Last edited by Midnight on Mon Oct 11, 2004 11:05 pm, edited 1 time in total.
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

mirrored!

http://www.danielpatton.com/afecelis/files/GUICE.rar

thnx for the proggie! it looks quite interesting. I'll take it to my office to have some fun in the morning!!! :D

And yup, you're right, we're all here because we love games, and we're all here not for the money but for learning, sharing and having fun.

And about your last comment; like they say: "talk is cheap"; let's see some more results like GUICE !!!!!! :D :D :D

The more we share, the more we learn!

thnx again dude!
Image
jox
Bug Slayer
Posts: 726
Joined: Thu Apr 22, 2004 6:55 pm
Location: Germany

Post by jox »

Nice work!

One thing: half your code is drawing the grid. I wonder why you didn't just use a for loop or something to draw it... :)
Wolf Dreamer
Posts: 121
Joined: Tue Feb 10, 2004 6:39 am
Location: the land of chaotic dreams
Contact:

I'm missing something

Post by Wolf Dreamer »

When I used WinAce to decompress it, all I got was an XML file.
This XML file does not appear to have any style information
associated with it. The document tree is shown below.

-
<config>
<!--This is a config file for G.U.I.C.E.-->
-
<messageText caption="G.U.I.C.E. Information">
G.U.I.C.E.

Graphical User Interface Creation Editor

Designed and Coded by Midnight

Controls:

D - Delete Selected Object
C - Duplicate Selected Object
right mouse click - Move object
left mouse click - Resize object
</messageText>
</config>
Did anyone else download the entire thing sucessful? Any ideas what is going on?
The last sane human being in a world gone mad

http://s8.invisionfree.com/Game_Maker_f ... hp?act=idx
Tyn
Posts: 932
Joined: Thu Nov 20, 2003 7:53 pm
Location: England
Contact:

Post by Tyn »

Worked for me, prehaps try getting the file again?

I'm already looking at creating a GUI tool but haven't had the time to look at it seriously. The main thing I want to do differently is to export to an XML file, I'm not loading in some code every time my artists decide to change the GUI :D

I already have the framework for loading this info into an XML type file, if you are interested in creating a standard for Irrlicht then I'd be willing to help you in creating it. I think it could be interesting to be able to output to both XML and code. If not I may wait for you to develop it a bit and then port it to include the file design I made.
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

@Wolf dreamer: download it from my link and decompress it with Winrar.

664!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Image
Dogs
Posts: 195
Joined: Wed Sep 15, 2004 1:04 am
Location: michigan

Post by Dogs »

It downloaded fine from the first links and the program seems to work..
Just giveing feedback... :lol:
cmoibenlepro
Posts: 237
Joined: Thu May 27, 2004 3:18 pm
Location: Canada

Post by cmoibenlepro »

afecelis: winrar complain: "file 'Guice' header is corrupt"

I tried to re-download it it don't change...

anyway, I able to extract it... It looks great! Congrats Midnight, i seems to be a very useful tool! :D
DarkWhoppy
Posts: 386
Joined: Thu Sep 25, 2003 12:43 pm
Contact:

Post by DarkWhoppy »

Nice work!
BTW, for the drawgrid() function.. why not just use a FOR-LOOP for creating all those squares? I noticed each one only moves so many units... like 10 before drawing the next square. You could use an integer ... with a for-loop.
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

@Cmoibelenpro:

How weird, i just downloaded it an it works ok. And it's Midnight's file.

I reuploaded it at the same link, and I uploaded a Relo version for you here:
http://www.danielpatton.com/afecelis/files/GUICE.zip

My fde file is included, but you know Relo depends on the original paths created when making the project so simply create a new project and add the files according to your file system.

cheers!

ps. Oh yes Benoit, you had # 666!!!!!
Image
Post Reply