Search found 80 matches

by xx6heartless6xx
Sun Aug 28, 2011 11:20 pm
Forum: Game Development
Topic: a crazy list of game development resources
Replies: 3
Views: 1863

Re: a crazy list of game development resources

It's neat how they have all those tools in one page. Nice find.
by xx6heartless6xx
Fri Aug 26, 2011 10:41 pm
Forum: Game Development
Topic: [Completed] Map Editor
Replies: 5
Views: 2484

Re: A Map Editor I am making

It's looking great man. I'm currently writing my own and this motivated me to get back to work on it. Keep up the good work.
by xx6heartless6xx
Thu Aug 25, 2011 10:48 pm
Forum: General Gaming
Topic: Falco's Biweekly Game Purchases
Replies: 74
Views: 74961

Re: Falco's Biweekly Game Purchases

This thread reminds me of my good old Sega Saturn days...good times
by xx6heartless6xx
Thu Aug 25, 2011 10:46 pm
Forum: Current Events and Science/Technology
Topic: Steve Jobs resigns; Tim Cook takes over
Replies: 7
Views: 3690

Re: Steve Jobs resigns; Tim Cook takes over

People are retarded. Yeah, Apple is going to spiral completely out of control just because Steve Jobs isn't going to be around to unveil the next shitty iPad gimmick? :roll: He was a public icon. He was one of the founding members. Even so, I sincerely doubt that he played as big of a role in the a...
by xx6heartless6xx
Thu Aug 25, 2011 4:10 pm
Forum: General/Off-Topic
Topic: College/University Experience
Replies: 22
Views: 5492

Re: College/University Experience

Thanks for the advice everyone. I have another question on which calculator I should get for college. I am looking at getting the TI-89 or the 89 Titanium? The Titanium does cost more but I guess it comes with a usb port if u wanna code some of your programs on it. Which ones have you guys used?
by xx6heartless6xx
Thu Aug 25, 2011 4:07 pm
Forum: Programming Discussion
Topic: Shuffle Through pixels of image (OpenGL)
Replies: 3
Views: 758

Re: Shuffle Through pixels of image (OpenGL)

I'm fairly sure this is what you're looking for: http://lazyfoo.net/SDL_tutorials/lesson31/index.php I've tried this before but its not working for me. The image just turns out the same or not at all. After I load an image in OpenGL I want to shuffle through the image and change the pixel color to ...
by xx6heartless6xx
Thu Aug 25, 2011 4:40 am
Forum: Programming Discussion
Topic: Shuffle Through pixels of image (OpenGL)
Replies: 3
Views: 758

Shuffle Through pixels of image (OpenGL)

After I load an image in OpenGL I want to shuffle through the image and change the pixel color to another color or change its alpha. The problem is I don't know how to shuffle through in my loadImage function. I am loading the image in SDL first in case it matters. The commented part is where I need...
by xx6heartless6xx
Sun Aug 21, 2011 12:06 am
Forum: General/Off-Topic
Topic: College/University Experience
Replies: 22
Views: 5492

Re: College/University Experience

How difficult do the math and physic classes get?
by xx6heartless6xx
Wed Aug 17, 2011 1:57 pm
Forum: General/Off-Topic
Topic: College/University Experience
Replies: 22
Views: 5492

Re: College/University Experience

I still have another month until school starts and was wondering is there anything I should be doing to better prepare for a CE degree? So far I've been game programming and just started working with microprocessors.
by xx6heartless6xx
Wed Aug 17, 2011 4:04 am
Forum: Game Development
Topic: Blade Brothers Engine: Creating my first 2D Game Engine
Replies: 272
Views: 41714

Re: Blade Brothers Engine: Creating my first 2D Game Engine

Hey Leon, your level editor looks really cool and I want to make mine like it. I was wondering how you display your level on the screen in Qt. I have my layout like this in the image and want to display the level in the large white area in the center of my program. level.png My level editor also re...
by xx6heartless6xx
Wed Aug 17, 2011 3:23 am
Forum: Programming Discussion
Topic: About Me and Some Sites I've Used
Replies: 18
Views: 10701

Re: About Me and Some Sites I've Used

Would you guys recommend nehe or videotutorialsrock for learning beginner OpenGL?
by xx6heartless6xx
Wed Aug 17, 2011 2:23 am
Forum: General/Off-Topic
Topic: College/University Experience
Replies: 22
Views: 5492

Re: College/University Experience

make sure you read your material and are prepared for class. Otherwise prepare to spend eight years trying to finish your degree. =) Be SURE when you pick a major and don't try to switch and be eight different majors. Thanks for the advice. I'm majoring in Computer Engineering and I'll stick to it ;)
by xx6heartless6xx
Wed Aug 17, 2011 2:20 am
Forum: Programming Discussion
Topic: free online courses
Replies: 10
Views: 1675

Re: stanford free online courses

It looks great. I am so doing this
by xx6heartless6xx
Mon Aug 15, 2011 5:47 pm
Forum: Programming Discussion
Topic: How do YOU structure your game engine(s)?
Replies: 16
Views: 4267

Re: How do YOU structure your game engine(s)?

GyroVorbis wrote:I would respond, because I like topics like this, but we have like a 10 page long section of our new site dedicated to this, so I'll have to sit this one out. :)
This would be REALLY helpful for me. Cant wait!
by xx6heartless6xx
Sun Aug 14, 2011 5:35 am
Forum: Game Development
Topic: Blade Brothers Engine: Creating my first 2D Game Engine
Replies: 272
Views: 41714

Re: Blade Brothers Engine: Creating my first 2D Game Engine

Hey Leon, your level editor looks really cool and I want to make mine like it. I was wondering how you display your level on the screen in Qt. I have my layout like this in the image and want to display the level in the large white area in the center of my program. level.png My level editor also re...