The Perfect Font.

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

The Perfect Font.

Post by JS Lemming »

I've been searching for the past few days for something I believe to be very important... The font in which I program. I have finally found that I consider just right. It's called PixelCarnageMonoTT and you can find it here.

I also picked up the Code::Blocks IDE which, so far, works better than MVC++ and Dev-C++ for my Dreamcast purposes (that of not actually compiling in the IDE). This baby has a butt load of features including collapse-able structures... so you can just collapse and entire function and make everything nice and easy to run through. Well, my ramblings don't explain much... so just check it out for yourself. Your Mother



PS: Everything is custumizable... which is koo.

PPS: Excuse my lack of decent spelling.. my contacts are fogginy and I can barely read this.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
Wutai
Chaos Rift God
Chaos Rift God
Posts: 1510
Joined: Sat May 29, 2004 2:30 am
Location: Currently incarcerated.

Post by Wutai »

Wow. I really didn't like that font that much.

Oh well.
This is a joke about unfunny jokes. And bad use of irony.
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

You're not a programmer. I doubt you even know what a mono font is. FOOL!
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
Wutai
Chaos Rift God
Chaos Rift God
Posts: 1510
Joined: Sat May 29, 2004 2:30 am
Location: Currently incarcerated.

Post by Wutai »

Who cares; I didn't like the font.
This is a joke about unfunny jokes. And bad use of irony.
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

It's a good thing this was dirrected toward programmers.... in the programming forum...
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
Wutai
Chaos Rift God
Chaos Rift God
Posts: 1510
Joined: Sat May 29, 2004 2:30 am
Location: Currently incarcerated.

Post by Wutai »

I can bake a mean web page! :lol:

Also, you post in some places that you aren't meant to.
This is a joke about unfunny jokes. And bad use of irony.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Post by Falco Girgis »

You know how big of a whore I am when it comes to compilers.

But you can collapse a function or structure? If I'm visualizing correctly, I'm going to have to get this.
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

Wutai wrote:Also, you post in some places that you aren't meant to.
I don't understand.

Gyro, yes, I bet you'll love Code::Block. Hmm, here is a simple example from a random project of mine.

Normal uncollapsed huha...
Image

Note how I collapsed the entire DrawMap() function below...
Image

Also note... I've only started changing the syntax colors, so don't say I have bad taste cause I haven't really experimented yet.
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

Wutai wrote:I can bake a mean web page!
I read that 2 different times and I swear it read "I can make a bean web page!"

:guffaw:
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Post by MarauderIIC »

JS Lemming wrote: Normal uncollapsed huha...
Image

Note how I collapsed the entire DrawMap() function below...
Image
Oh, god. *orgasm*
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Post by MarauderIIC »

And teh tabs, something I've missed. Might have to go away from MSVC6.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Post by Falco Girgis »

I bet that I can rewrite any sort of OO whore thing you make in C++ in C and hand optimize it to be faster. 8-)
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Post by MarauderIIC »

Are you talking to me? Probably, I haven't put anything inline or nothin'.

But can you make it nearly as readable and organized? OO "whoring" tends to do that you know.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Post by Falco Girgis »

Oh, no, my bad. I was talking to JSL.

That's true though. I could never in a billion years write something in C and have it be as readable as C++. That's something you have to sacrifice when you move to a lower level language. Seriously no way in hell.

And I mean, I'm not saying C is better, but I've been leaning more low-level lately. I've been looking into some ASM and I've gradually shifted all of my C++ to C. Sure, it isn't necessary, but I enjoy working at a lower level. I hope to maybe get a job as some sort of ASM programmer or something badass like that.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Post by MarauderIIC »

ASM comes in handy, too bad I don't know any.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Post Reply