IRRGI 2!!!! Relesed

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
rm2kdev

IRRGI 2!!!! Relesed

Post by rm2kdev »

Well hello everyone its rm2kdev im back ive just finnished working on Irrgi2

Any way, irrgi2 much much more efficient you can have 1500 of any controll on the Window 1500 controlls the c++ converter is now much better optimizing the code adding comments and executing 140% faster than 1.5 did

i have recoded the item placement system which now works better and is less buggy

for those of you using windows 98 and noticed that when running irrgi your pc would slow down a little bit fear not as it is now fixed

anyhow if you have any sugestions for Irrgi 2.1 email them to
rm2kdev@wasp.net.au

Also if you are using irrgi and like it feel free to just send me an email for the heck of it :D

You can download it here
www.wasp.net.au/~raz/IRRGI/IRRGI 2.rar
jam
Posts: 409
Joined: Fri Nov 04, 2005 3:52 am

Post by jam »

Looks good, I have a pet project that will put this to good use. :D
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

Very nice, rm2kdev. Thank you for the good work.
hybrid

Post by hybrid »

Is there any documentation what this tool is doing? Any link to the predecessor or screenshots?
And why put it into the FAQ forum? Please move to Projects.
puh
Posts: 356
Joined: Tue Aug 26, 2003 3:53 pm

Post by puh »

This is GUI editor.
This is what i can do in less then 5 minutes:

Image
---

Code: Select all

Code generated using IRRGI - The ultimate GUI editor for irrlicht

//#####BEGIN GUI CODE#####

IGUIScrollBar *scrH1 = env->addScrollBar(false,rect<s32>(56, 16, 176, 32), 0);
	scrH1->setMax();

env->addStaticText(L"Red", rect<s32>(8, 16, 40, 32), false, false, 0);

env->addStaticText(L"Green", rect<s32>(8, 40, 48, 56), false, false, 0);

IGUIScrollBar *scrH2 = env->addScrollBar(false,rect<s32>(56, 40, 176, 56), 0);
	scrH2->setMax();

env->addStaticText(L"Blue", rect<s32>(8, 64, 40, 80), false, false, 0);

IGUIScrollBar *scrH3 = env->addScrollBar(false,rect<s32>(56, 64, 176, 80), 0);
	scrH3->setMax();

env->addCheckBox(1,rect<s32>(8, 240, 176, 256),0,-1,L"Use global coordinates");

env->addEditBox(L"100.0", rect<s32>(24, 200, 72, 224), true, 0);

env->addStaticText(L"X", rect<s32>(8, 208, 21, 228), false, false, 0);

env->addStaticText(L"Y", rect<s32>(88, 208, 104, 232), false, false, 0);

env->addEditBox(L"20.0", rect<s32>(104, 200, 152, 224), true, 0);

env->addStaticText(L"Z", rect<s32>(168, 208, 181, 228), false, false, 0);

env->addEditBox(L"0.0", rect<s32>(184, 200, 229, 224), true, 0);

IGUIComboBox *combo1 = env->addComboBox(rect<s32>(120, 96, 237, 118), 0);

env->addStaticText(L"Select driver:", rect<s32>(8, 96, 162.0909, 119.1818), false, false, 0);

IGUIListBox *list1 = env->addListBox(rect<s32>(120, 128, 240, 180), 0);
env->addStaticText(L"Select resolution", rect<s32>(8, 128, 162.0909, 151.1818), false, false, 0);

env->addButton(rect<s32>(192, 32, 280, 64), 0, -1, L"Set color");

IGUIScrollBar *scrV1 = env->addScrollBar(true,rect<s32>(256, 104, 272, 200), 0);
	scrV1->setMax();

//#####END GUI CODE#####
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

wow! great work! Thanks for this project.

ps. Your hyperlink is not complete, the space before the "2" breaks it. :wink:
rm2kdev
Posts: 7
Joined: Wed Apr 19, 2006 4:09 am

Post by rm2kdev »

Thanks for the cool feedback
glad you all like Irrgi2 :)

If anyone has any requests for irrgi2.1 :) just giv ez a shout ;)

Download Irrgi2 here :)
www.wasp.net.au/~raz/IRRGI/IRRGI%202.rar
Braneloc
Posts: 68
Joined: Fri Jan 20, 2006 5:12 am
Location: England
Contact:

Post by Braneloc »

Any chance of .Net support ??
Sometimes you've just gotta say, the laws of time and space, who gives a smeg ?!

Irrlicht.Net Information - http://www.irrforge.org/index.php/.net
Irrlicht# (aka the C# port) - http://irrlichtsharp.sourceforge.net
tjuhzj
Posts: 44
Joined: Mon Mar 27, 2006 7:00 am

Great works!

Post by tjuhzj »

Thank you,rm2kdev, it is really a convenient tool!
I am sure it will be more better and powerful!
________
gently caress
Last edited by tjuhzj on Fri Feb 25, 2011 4:37 am, edited 1 time in total.
rm2kdev
Posts: 7
Joined: Wed Apr 19, 2006 4:09 am

Post by rm2kdev »

Personally i dont know the .net language however you can add me on msn
using ryan_rox_70@hotmail.com and we can get together and develop it :) so if you want to colabarate with me then i can do .net support :)
rm2kdev
Posts: 7
Joined: Wed Apr 19, 2006 4:09 am

Post by rm2kdev »

IRRGI 2 is outdated please go here for the new irrgi

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=12828
Post Reply