Search found 26 matches

by jacob.krustchinsky
Fri Mar 05, 2010 4:13 pm
Forum: Current Events and Science/Technology
Topic: Ubuntu's new look
Replies: 19
Views: 4430

Re: Ubuntu's new look

I just received my copy of 9.10 in the mail from the Netherlands :P
by jacob.krustchinsky
Thu Mar 04, 2010 4:16 pm
Forum: Programming Discussion
Topic: AppleSauce engine
Replies: 15
Views: 1198

Re: AppleSauce engine

I will start a new topic once I have some major improvements. Still figuring out structure and what all I need to get it running! Expect some pictures and questions soon :P
by jacob.krustchinsky
Tue Mar 02, 2010 9:52 pm
Forum: Programming Discussion
Topic: AppleSauce engine
Replies: 15
Views: 1198

Re: AppleSauce engine

Well, after much discussion between me and hunter ( my friend ). We came to the conclusion, that since we plan on building a few different games over the next few years...why don't we just construct a very simplistic minimal 2D engine? We have built a few pong and tetris clones in XNA, and we both h...
by jacob.krustchinsky
Tue Mar 02, 2010 9:39 pm
Forum: Programming Discussion
Topic: AppleSauce engine
Replies: 15
Views: 1198

Re: AppleSauce engine

^ Not the CC I was expecting... And like I said... very light weight engine. I am not making an attempt at Crysis here :P just something I can re-use and extend upon over the coming years.

Thanks!
by jacob.krustchinsky
Tue Mar 02, 2010 9:33 pm
Forum: Programming Discussion
Topic: AppleSauce engine
Replies: 15
Views: 1198

AppleSauce engine

Hello everyone, My friend and I have decided to stop playing around and actually produce something that we ( and others ) can play around with and enjoy. I just wrapped up basic SDL and think I have it down enough to start building a very basic engine I can re-use and extend upon over time. So here ...
by jacob.krustchinsky
Sat Feb 27, 2010 1:53 pm
Forum: General/Off-Topic
Topic: I would like to thank someone
Replies: 11
Views: 1027

I would like to thank someone

Hello everyone, I want to thank Rachel J. Morris for her wonderful tutorial series. I have watched it nearly five times through and through and I believe you have gotten me to the point in SDL where I feel comfortable making my own games without a tutorials guidance. I look forward to episode two on...
by jacob.krustchinsky
Sat Feb 27, 2010 12:07 am
Forum: Programming Discussion
Topic: PHP is more than just scripting for web i tell you >:o
Replies: 14
Views: 1362

Re: PHP is more than just scripting for web i tell you >:o

I think I am just going to remain quiet as this is a pointless thread.
by jacob.krustchinsky
Thu Feb 25, 2010 10:35 pm
Forum: General/Off-Topic
Topic: Hello everyone
Replies: 7
Views: 687

Re: Hello everyone

^ Point noted... someone already informed me ;D

dandymcgee wrote:Perhaps you should consider applying for the open web position on the Elysian Shadows team if it suits your fancy?
Haha, sure I did just gain a lot of free time! Tell me where to sign up ( hope they allow 15 year olds )!
by jacob.krustchinsky
Wed Feb 24, 2010 8:17 pm
Forum: Programming Discussion
Topic: Help with C++
Replies: 9
Views: 508

Re: Help with C++

Include stdafx.h , Im not entirely sure but that's the header that your application calls to when it used the std::. If you at all like me and hate pre-pending every command with std:: just put using namespace std; under you pre-processor directives and you can start writing just plain cout and cin ...
by jacob.krustchinsky
Wed Feb 24, 2010 8:12 pm
Forum: Programming Discussion
Topic: SDL_Init question
Replies: 1
Views: 272

SDL_Init question

I have been using the most widely taught SDL_Init( SDL_INIT_EVERYTHING ); in my code for the past few weeks and I just have a simple question. I have a tendency to be a speed freak and try to suck as much performance out of an application as possible. So my question is... would the SDL application r...
by jacob.krustchinsky
Tue Feb 23, 2010 10:34 pm
Forum: General/Off-Topic
Topic: Hello everyone
Replies: 7
Views: 687

Hello everyone

Hello, My name is Jacob and I am a freelance web application developer who has just recently taken an active role in the development of simple games. I started working with PHP in the 5th grade ( I am now a sophomore ) and have published numerous professional grade applications written utilizing the...