Crazy Eddie's GUI - Version 0.6.0 Released!

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

I only found 6 skins in the CEGUI skin directory. CEGUI being such a successful project I'm sure there are alot more available. Does anyone know of a good place for these?

EDIT: I found this: http://www.cegui.org.uk/phpBB2/viewtopic.php?t=809 , maybe FuzzySpoon could have a go? The great thing is if you make a nice skin it won't just be used in Irrlicht projects but probably many other engines that support CEGUI.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
doqkhanh
Posts: 158
Joined: Sat Mar 01, 2008 3:14 am
Location: Tokyo, Japan
Contact:

Post by doqkhanh »

This GUI system is really cool...
monkeycracks
Posts: 1029
Joined: Thu Apr 06, 2006 12:45 am
Location: Tennesee, USA
Contact:

Post by monkeycracks »

It's neat. Too bad no matter what version I use, no matter how many things I recompile... it never works. It always crashes when I initialize the Irrlicht renderer. Oh well.
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

HAHA blindside. i was already speaking to CrazyEddie, im working on a bunch already since yesterday :) watch this space/his space

Its not too bad to use guys, complexity comes with the domain. you cant complain that its difficult to use a 3d engine if you dont understand it..u have to learn. why do you assume using another API , especially with this much detail, would be any different? you werent bouncing into the irrlicht forums completing games without knowing anything? stick to reality. its an API, learn to use it
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

This screenshot shows the text demo running under irrlicht - I included the console window as 'proof' (since the demos look the same under the other renderers too Wink ).
Is there an Irrlicht/CEGUI demo or tutorial anywhere?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I think it's included in the downloadable version of CEGUI. At least that's how it was in previous versions.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

I will use CEGUI in my project on 100% :)
Tutorial for init CEGUI for Irrlicht and other renderer is here:
http://www.cegui.org.uk/wiki/index.php/ ... _Rendering
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
CrazyEddie
Posts: 7
Joined: Thu Mar 27, 2008 6:51 pm
Location: England
Contact:

Post by CrazyEddie »

Hi,

Yeah, those tutorials on our wiki are the first place to start.

The SDKs come with sample projects for you to build - you have to copy in a Irrlicht SDK to the CEGUI directory, and then edit the CEGUISamplesConfig.h to enable use of the Irrlicht engine. We did not include precompiled versions this time out - building yourself is a good "sanity check" for the SDK ;)

CE
Project Lead for Crazy Eddie's GUI System
http://www.cegui.org.uk/
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

CrazyEddie wrote:building yourself is a good "sanity check" for the SDK ;)
Haha, a "sanity" check for "CrazyEddie"...
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

BlindSide wrote:
CrazyEddie wrote:building yourself is a good "sanity check" for the SDK ;)
Haha, a "sanity" check for "CrazyEddie"...
Man that got me laughing for a whole minute or two.. :lol:
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

CrazyEddie wrote:Hi,

Yeah, those tutorials on our wiki are the first place to start.

The SDKs come with sample projects for you to build - you have to copy in a Irrlicht SDK to the CEGUI directory, and then edit the CEGUISamplesConfig.h to enable use of the Irrlicht engine. We did not include precompiled versions this time out - building yourself is a good "sanity check" for the SDK ;)

CE
Right. Got the samples working with Irrlicht now.

I'll definitely look at using CEGUI for all my future demos.
CrazyEddie
Posts: 7
Joined: Thu Mar 27, 2008 6:51 pm
Location: England
Contact:

Post by CrazyEddie »

MasterGod wrote:
BlindSide wrote:
CrazyEddie wrote:building yourself is a good "sanity check" for the SDK ;)
Haha, a "sanity" check for "CrazyEddie"...
Man that got me laughing for a whole minute or two.. :lol:
Hehe, very funny :lol: In that original post, I was oblivious to the fact I'd potentially made a funny :)

CE.
Project Lead for Crazy Eddie's GUI System
http://www.cegui.org.uk/
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Post by Nadro »

In Irrlicht demos is visible different in rendering textures (is visible pixelizing, because in rendering isn't use filtering). I release patch for improve this Irrlicht bug. Link for this topic:
http://irrlicht.sourceforge.net/phpBB2/ ... p?p=152685

This is different:

* BAD pixelizing textures *
Image

* Good smoothed textures with filtering *
Image

I think than now looks better :)
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

just so people are aware i am working on a new skin with crazyEddie,

this is one of the skins i released, it will be in the same thread/vein

Image
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Hey that skin looks wicked Fuzzy, is it free for commercial use? :D
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Post Reply