Search found 38 matches

by LuciDreamTheater
Tue Jan 27, 2009 2:41 am
Forum: General/Off-Topic
Topic: Intellectual Stimulation
Replies: 15
Views: 1103

Re: Intellectual Stimulation

I also have an insatiable lust for knowledge (and women, money, and power). I find that I learn new mathematical concepts (linear algebra, physics, calculus, differential equations) when I have to implement them into some sort of programming application. For example, OpenGL helped me learn about ma...
by LuciDreamTheater
Sun Jan 25, 2009 2:06 am
Forum: Game Development
Topic: How Long Did it Take You...
Replies: 14
Views: 1956

Re: How Long Did it Take You...

It's been so long that I don't remember, but it couldn't have been more than a month. In my first programming class, we were given an open-ended assignment as our final project. I chose to do Pong, and when I was working on it, I programmed furiously. To say the least, I was passionate about my firs...
by LuciDreamTheater
Sun Jan 25, 2009 1:36 am
Forum: General/Off-Topic
Topic: Intellectual Stimulation
Replies: 15
Views: 1103

Intellectual Stimulation

I often seek to challenge my perspective. I don't even think it's the challenge that I enjoy, despite being reminded by the old adage, "the journey is most important." I like the end result, and to put it plainly, I just want to know more. I'm also not referring to being creatively intelli...
by LuciDreamTheater
Fri Jan 23, 2009 1:34 am
Forum: Game Development
Topic: Free development utilities (not a free trial, its all free)
Replies: 77
Views: 116959

Re: Free development utilities (not a free trial, its all free)

Boost C++ Libraries -- So many people use Boost that it might even be called an extension of the standard library. What's more is that a number of its features are going to be implemented into the next version of C++. Tortoise SVN -- Someone else mentioned Subversion, so I thought I'd add my though...
by LuciDreamTheater
Thu Jan 22, 2009 6:58 am
Forum: Programming Discussion
Topic: Technical Design
Replies: 5
Views: 572

Technical Design

How do you design your programs and games? Do you jump in without preparation, or are you more sophisticated in your approach? I've started to see the value in design, but I don't know exactly how to do it well. Sometimes I write flowcharts or "clouds," while other times I just write a sho...
by LuciDreamTheater
Thu Jan 22, 2009 6:41 am
Forum: Programming Discussion
Topic: Programming Terms
Replies: 84
Views: 20487

Re: Programming Terms

I'm pretty sure anybody who wants to combine and alphabetize all said terms into a big list will get laid tonight. And if that's not enough incentive, you may even have a say in the gender. 8-) Why don't you write a program to alphabetize everything? If you're good with regex, then you might even b...
by LuciDreamTheater
Tue Jan 20, 2009 4:06 am
Forum: Programming Discussion
Topic: Guides & resources
Replies: 59
Views: 62104

Re: Guides & resources

By resources, do you insist that they're free? Under the assumption that resources can include books, I'll list my suggestions, but first, I'd like to plug an article I wrote about staring Dreamcast development, which can be found here . I hope to add it to gamedev.net's wiki, but I need to set some...
by LuciDreamTheater
Tue Jan 20, 2009 2:24 am
Forum: Programming Discussion
Topic: Programming Terms
Replies: 84
Views: 20487

Re: Programming Terms

Alright, I have no idea what the term for this is but I remember reading about it somewhere. I searched around google and wikipedia for a while with no luck, and its bugging the shit out of me. So, a source port is taking one program, and compiling it on a different operating system than it was ori...