News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Intro image

Started by Decrius, January 07, 2007, 07:23:34 PM

Previous topic - Next topic

Decrius

Hi,

I've been creating a logo for CodeBlocks. Maybe you like it or not. Perhaps I should make it look like boxes (blocks), but this is my design:



Decrius
Check out my website: [url="http://www.daevius.com"]http://www.daevius.com[/url]

PsYhLo

[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

thomas

A few points regarding splash screens in general:

Irregular shapes are bad. Alpha-blended borders are worse. My post-RC2 design used both, and we had a lot of trouble with it. While it looked gorgeous under Windows, Linux would not display it properly, and when we wrote a special implementation for Linux, MacOS would not do it...
Although alpha blending looks really cool I must admit it was a stupid idea in the first place.

Irregular shapes with masks allegedly work on most platforms, but not on all. They look a lot worse than alpha-blended ones, but still don't do the job everywhere and don't make up for the associated hassle (hacks to make them work on older Windows systems).

Shapes that can be constructed with CSG regions are better, but the only really acceptable ones are shapes that can be constructed from rectangles. That is because regions are not properly implemented on all platforms, and not all shapes are properly supported on all platforms. On platforms where regions don't work properly, we emulate them with clipping. This is one of the reasons why the current startup screen consists of a block-shape (which also reflects Code::Blocks in its design, again).

The placeholder for the revision number cannot be placed anywhere deliberately, as the revision number is really drawn by the application (not embedded in the image). It has to be in the same location, otherwise we need to modify the application code.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Decrius

Okay, well, this is my new design. Rect shape, no blending:



Hope you like it :P.

Decrius
Check out my website: [url="http://www.daevius.com"]http://www.daevius.com[/url]

PsYhLo

good but not that good
current splash screen is better  :D

you've good a potential ;)
[url="http://img529.imageshack.us/img529/822/3664286vy.png"]http://img529.imageshack.us/img529/822/3664286vy.png[/url]

Angelo

#5
And better use it, cause I'd like to see a new splash there :D (especially tango or crystal themed).

Fellas, I've got an idea! Shall I make a C::B splash && logo contest? dev's please reply.

thomas

Quote from: .angelo on January 09, 2007, 10:33:59 PMShall I make a C::B splash && logo contest? dev's please reply.
Actually no. I someone thinks he has made some picture he wants to share, that's one thing. But a contest is another thing. This is asking for changes. I don't think challenging people is fair if you don't have any real plans to really change something (which we don't have).

Some people will like the splash screen to have Mac-Style, some others want some weird "dark" style, whatever. Some people like crystal icons, others want "aqua" ones or what they're called. They're never all happy anyway, no matter what you do. No please don't ask us to make icons and start screens themable. :)

Please don't even think about a logo contest. While the splash screen may be disputable, the logo is certain not to be changed.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Decrius

@thomas

Okay, but how do you like the 2 designs? Good, bad, could be worse or im-going-to-send-hate-mails lol :P.

I can even make music, but that is not usable for this program lol ^_^
Check out my website: [url="http://www.daevius.com"]http://www.daevius.com[/url]

David Perfors

Quote from: Decrius on January 10, 2007, 03:04:49 PM
I can even make music, but that is not usable for this program lol ^_^
Why not, did you ever heard of the songs of OpenBSD?
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Decrius

Check out my website: [url="http://www.daevius.com"]http://www.daevius.com[/url]

Angelo

Sorry, my mistake in english syntax.
I mean something like a child-side, with all splash screens created by the community, and maybe special icon sets. Could we somehow change splash and icons with a resource editor ?

thomas

Quote from: Decrius on January 10, 2007, 03:04:49 PMOkay, but how do you like the 2 designs? Good, bad, could be worse or im-going-to-send-hate-mails lol :P.
Number 1: Looks original. The wobbly variant of the blocks logo is a very cool idea. What I don't like too much is the title's font and colour as well as the all-black background.
Number 2: Looks weird, don't like at all. Makes me think of the writings they have on the walls in a kindergarden.

Quote from: .angelo on January 10, 2007, 10:23:17 PMCould we somehow change splash and icons with a resource editor ?
You sure can, for example using PE Resource Explorer. However, that's of course unsupported, and you get no guarantees that we won't change icon IDs or add/remove icons in the future.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Angelo

So I'll wait. But when can I expect changed c::b icons ? Ofcoz I know that the main thing is to fix every bug in  c::b...
By the wat I have asked few days ago, without any result ->how can I disable creating *.layout and *.depend files?

TDragon

Quote from: .angelo on January 11, 2007, 03:09:28 PM
how can I disable creating *.layout and *.depend files?
... Download the source, change it, and recompile? Why do you want to disable creating those files?
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

mandrav

Quote from: .angelo on January 10, 2007, 10:23:17 PM
Could we somehow change splash and icons with a resource editor ?

You don't need a resource editor for that. All resources are in <install folder>/share/codeblocks/images...
Be patient!
This bug will be fixed soon...