Help Needed: Ogre Logo Reconstruct

The place for artists, modellers, level designers et al to discuss their approaches for creating content for OGRE.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Help Needed: Ogre Logo Reconstruct

Post by jacmoe »

We are preparing to release Ogre 1.8, and then we need a new, updated image:

Image

The problem is: we don't have the source for that image. Well, not for any other image, for that matter.

I tried to crack open InkScape, but I don't know my way around that tool.. :?

Here is a badly rendered svg image of an old logo:
logo.svg.zip
The problem is that it's not separated into proper layers - or at least that's what I could see..

I think it would take a skilled InkScape person an hour or so to create a proper source image with the following layers:
  • Ogre head
  • 'OGRE' text
  • 'OGRE' text border
  • Shadow
  • Reflection
  • Slippery floor
  • Version stamp (editable)
We need a source image which can produce images like the Ogre forum logo, link button images, etc.
SVG preferred, but also nice to have a Gimp (or even Photoshop) image (layers, editable text).

We do have the Ogre head here in svg form:
ogrehead.svg.zip
But it's probably the same as the one in the logo.svg above.

If some of you artist people could lend us a hand, it would be very appreciated! :)

We like the logo as-is - especially the one in our forum - and it would be nice if we could carry a proper source image in our repository.
You do not have the required permissions to view the files attached to this post.
Last edited by jacmoe on Sat Apr 14, 2012 10:38 pm, edited 1 time in total.
Reason: Unstickied post
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
spacegaier
OGRE Team Member
OGRE Team Member
Posts: 4308
Joined: Mon Feb 04, 2008 2:02 pm
Location: Germany
x 137

Re: Help Needed: Ogre Logo Reconstruct

Post by spacegaier »

The version that is used in the forum header is even a bit nicer / cooler than the one with the wet floor in my opinion, because the colors / contrast on the head is sharper. If we could get that, it would be awesome!
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Help Needed: Ogre Logo Reconstruct

Post by jacmoe »

Should be all-in-one - the 'mother' of all Ogre images. :)

The layers can then be toggled on/off to produce whatever Ogre image you want.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
Kojack
OGRE Moderator
OGRE Moderator
Posts: 7157
Joined: Sun Jan 25, 2004 7:35 am
Location: Brisbane, Australia
x 535

Re: Help Needed: Ogre Logo Reconstruct

Post by Kojack »

Image

4 layers so you can turn the head, title, version and reflective ground on/off individually.
Version number is editable.

Zip file contains the inkscape svg.
You do not have the required permissions to view the files attached to this post.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Help Needed: Ogre Logo Reconstruct

Post by jacmoe »

That's just perfect. :)

Thanks a bunch!
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Help Needed: Ogre Logo Reconstruct

Post by jacmoe »

Ha - even I can generate Ogre images now! :)
From the same source image - from InkScape to Gimp to various.

If only I could get Le Gimp to export gif in good quality..
You do not have the required permissions to view the files attached to this post.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Help Needed: Ogre Logo Reconstruct

Post by jacmoe »

If you are not on Linux, but on Windows, you probably can't export as layers to Gimp, so here is the exported xcf file:
ogrelogo.xcf.zip
You do not have the required permissions to view the files attached to this post.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
Kojack
OGRE Moderator
OGRE Moderator
Posts: 7157
Joined: Sun Jan 25, 2004 7:35 am
Location: Brisbane, Australia
x 535

Re: Help Needed: Ogre Logo Reconstruct

Post by Kojack »

Hmm, you're right. Inkscape for windows and mac can't export to xcf, only the linux version can. Gimp can load inkscape's svg files fine (even on windows), but layers aren't preserved.

Then again I'd use inkscape to choose the visible layers then export as png of the desired resolution and load that into gimp. But xcf is handy too.
PhilipLB
Google Summer of Code Student
Google Summer of Code Student
Posts: 550
Joined: Thu Jun 04, 2009 5:07 pm
Location: Berlin
x 108

Re: Help Needed: Ogre Logo Reconstruct

Post by PhilipLB »

Even if this isn't needed anymore. :)
In 2008 I gave a talk about Ogre at Uni and asked someone back then if the logo is available as SVG. I got the attached svg as reply.
You do not have the required permissions to view the files attached to this post.
Google Summer of Code 2012 Student
Topic: "Volume Rendering with LOD aimed at terrain"
Project links: Project thread, WIKI page, Code fork for the project
Mentor: Mattan Furst


Volume GFX, accepting donations.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Help Needed: Ogre Logo Reconstruct

Post by jacmoe »

Kojack wrote:Hmm, you're right. Inkscape for windows and mac can't export to xcf, only the linux version can. Gimp can load inkscape's svg files fine (even on windows), but layers aren't preserved.

Then again I'd use inkscape to choose the visible layers then export as png of the desired resolution and load that into gimp. But xcf is handy too.
Yeah, using InkScape directly is definitely the best way. :)
The only way too if you need to up the version number as it doesn't export the text layer as a proper text object into Gimp.
I went that route because InkScape is really a resource-beast and Gimp is much leaner.

Thanks for the logo PhilibLB!
It's the same as the no-layer one we managed to preserve.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179

Re: Help Needed: Ogre Logo Reconstruct

Post by jacmoe »

I guess this is solved :D

If any of you manages to improve the logo - either submit a pull request at Bitbucket, or contribute it some other way - tracker or even attach it to a forum post.
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.