Irrlich logo

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Andi.Dascalu
Posts: 14
Joined: Wed Sep 21, 2011 6:44 am

Irrlich logo

Post by Andi.Dascalu »

Is there a large logo for the Irrlicht Engine, because I would like to include it in my project, an so far by googleing I only managed to find small ones?
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Re: Irrlich logo

Post by ACE247 »

This one perhaps?
Image
Or this?
Image
Last edited by ACE247 on Fri Sep 23, 2011 7:54 pm, edited 1 time in total.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: Irrlich logo

Post by serengeor »

Andi.Dascalu wrote:Is there a large logo for the Irrlicht Engine, because I would like to include it in my project, an so far by googleing I only managed to find small ones?
I also looked for one, but afaik there isn't big logo for irrlicht, but there is blend file I think somewhere from which you could produce the same logo as the one ACE247 posted.
Working on game: Marrbles (Currently stopped).
Andi.Dascalu
Posts: 14
Joined: Wed Sep 21, 2011 6:44 am

Re: Irrlich logo

Post by Andi.Dascalu »

Will look for it, although I was hopping to find one like the forum has.
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: Irrlich logo

Post by randomMesh »

Well, it should be pretty easy to edit the logo of the forum so it becomes usable in Irrlicht applications.

Since textures should be a power of two and the forum logo unfortunately is 256x74, you could create an empty PNG with size 265x128, a tranparent background and copy the logo into it. Voilá, you're done.
"Whoops..."
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: Irrlich logo

Post by serengeor »

randomMesh wrote:Well, it should be pretty easy to edit the logo of the forum so it becomes usable in Irrlicht applications.

Since textures should be a power of two and the forum logo unfortunately is 256x74, you could create an empty PNG with size 265x128, a tranparent background and copy the logo into it. Voilá, you're done.
That logo was a bit too small for what I was looking for, and I isn't it already included in irrlicht sdk?
Working on game: Marrbles (Currently stopped).
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: Irrlich logo

Post by randomMesh »

No, only the old logo is included in the SDK. If it's too small, you could see if resizing the logo a bit can help. I know you can't magically increase the size of an raster graphics image without the loss of clarity and quality, but it's worth a try.
"Whoops..."
Ravi08
Posts: 249
Joined: Thu Jul 17, 2008 12:25 pm

Re: Irrlich logo

Post by Ravi08 »

Hi, i have the forum logo in my irrlicht 1.7.1 media folder, its png format and 128 x 64 which i believe is power of 2 so u should be able to scale how u want.
"Hey Baby Wobbling Wobbling"
-Russell Peters
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: Irrlich logo

Post by randomMesh »

Yes, it's included, must have overlooked it. Sorry for the wrong information :/
"Whoops..."
Andi.Dascalu
Posts: 14
Joined: Wed Sep 21, 2011 6:44 am

Re: Irrlich logo

Post by Andi.Dascalu »

ACE247 wrote:This one perhaps?
Image
Or this?
Image
I need something bigger, at least 400 in width(original size, not streched), but thanks anyway.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Re: Irrlich logo

Post by serengeor »

Andi.Dascalu wrote:
ACE247 wrote:This one perhaps?
Image
Or this?
Image
I need something bigger, at least 400 in width(original size, not streched), but thanks anyway.
Look here, might help you out http://irrlicht.sourceforge.net/forum/v ... hilit=logo
Working on game: Marrbles (Currently stopped).
Ravi08
Posts: 249
Joined: Thu Jul 17, 2008 12:25 pm

Re: Irrlich logo

Post by Ravi08 »

Hi, if you have photoshop you should be able to create a vector graphic using the pen tool or you could use Adobe Illustrator. I would suggest google a tutorial on how to do it. I really cant think of any other way unless you get the original designer.
"Hey Baby Wobbling Wobbling"
-Russell Peters
netpipe
Posts: 670
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

Re: Irrlich logo

Post by netpipe »

i posted it on the forums somewhere..
Live long and phosphor!
-- https://github.com/netpipe/Luna Game Engine Status 95%
Lonesome Ducky
Competition winner
Posts: 1123
Joined: Sun Jun 10, 2007 11:14 pm

Re: Irrlich logo

Post by Lonesome Ducky »

Inkscape is free and is a great vector art tool if that's the path you plan on taking.
Andi.Dascalu
Posts: 14
Joined: Wed Sep 21, 2011 6:44 am

Re: Irrlich logo

Post by Andi.Dascalu »

I don't think it is worth going through so much trouble... other open-source engines have their logo in the downloads section, Irrlicht should do the same considering the fact that it's for their own publicity.
Post Reply