Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 8th, 2006, 6:58 AM   #21
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
thank god boeing never employed you to develop their planes
Yeah. They paid me to develop Douglas' planes .
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 8th, 2006, 7:07 AM   #22
Random Spirit
Unverified User
 
Join Date: Aug 2006
Posts: 88
Rep Power: 0 Random Spirit is on a distinguished road
Quote:
Originally Posted by DaWei
Yeah. They paid me to develop Douglas' planes .
rofl.

Douglas planes were not that bad. There are plenty of DC8's and DC9's flying around still. Im not sure i would like to fly on a DC10, not with the record that had when it was introduced for killing people. The MD11 could have been great but they stuck with the three engine concept and did not have the money needed to make it great.

Oh well all i get to watch now is Aribus V Boing wars in other forums.
Random Spirit is offline   Reply With Quote
Old Aug 8th, 2006, 7:21 AM   #23
teencoder
Hobbyist Programmer
 
teencoder's Avatar
 
Join Date: Jul 2005
Posts: 158
Rep Power: 0 teencoder is an unknown quantity at this point
Start with 2D before you jump to 3D. I recomend a firm grounding in Algebra, Geometry, and Trig(it's useful in 2D so probably in 3D). You should be well grounded in the language you choose to program in. For 3D you'll need OpenGL, DirectX, or some other library. The reason I say to start on 2D is the fact that 3D shares some concepts and you will be familiar with the library as far as loading surfaces, rendering, and double buffering or page flipping.
__________________
Geeks may not be cool now but in the long run they prosper.
teencoder is offline   Reply With Quote
Old Aug 8th, 2006, 5:57 PM   #24
Harakim
Hobbyist Programmer
 
Join Date: May 2006
Location: West Jordan, Utah, United States
Posts: 176
Rep Power: 3 Harakim is on a distinguished road
It really depends on what you want to do. If you just want to make a 3D, I would take Game_Ender's suggestion. Ogre is pretty easy to use. I have used it for some basic stuff. There are so many engines out there, unless you WANT to write an engine, don't.

DaWei, I have a new respect for you.
Harakim is offline   Reply With Quote
Old Aug 10th, 2006, 5:24 PM   #25
thondal
Programmer
 
thondal's Avatar
 
Join Date: Jan 2006
Location: Norway
Posts: 82
Rep Power: 3 thondal is on a distinguished road
Send a message via MSN to thondal
been thinking a bit, and was wondering, if you could please, and please don't kill me for asking this. If i where to do some 2d instead of 3d... since that's most likely easier then 3d. Something like this allthought not nearly that advanced, but what should i then work my skills towards.

-thondal-
__________________
"die" he screamed at the polygon man. When he was done with him, only four points remained, a quad of what he once was.
thondal is offline   Reply With Quote
Old Aug 11th, 2006, 7:05 AM   #26
teencoder
Hobbyist Programmer
 
teencoder's Avatar
 
Join Date: Jul 2005
Posts: 158
Rep Power: 0 teencoder is an unknown quantity at this point
Well gain a decent knowledge of C++ you probably should really look at OOP. Next we need a graphics solution I have had a great time using SDL if you're interested you can go here http://lazyfooproductions.com/SDL_tutorials/index.php for tutorials including setting up. Go here http://www.libsdl.org/download-1.2.php for the files. Then again find what you like best however hopefully using SDL you will be up and running faster. SDL handles keyboard,sound,threads,and more as well if you use OpenGL you'll need to find your own solution for these DirectX would have you covered mind you'd be bound to Windows and have to deal with it's difficulties. Hope I've been helpfull, Good Luck.
P.S. If you are at an end don't forget about documentation.
__________________
Geeks may not be cool now but in the long run they prosper.
teencoder is offline   Reply With Quote
Old Aug 11th, 2006, 7:54 AM   #27
thondal
Programmer
 
thondal's Avatar
 
Join Date: Jan 2006
Location: Norway
Posts: 82
Rep Power: 3 thondal is on a distinguished road
Send a message via MSN to thondal
Wow thanks... started on the sdl right away.. downloading now.. gonna work a bit with this thanks alot

-thondal-
__________________
"die" he screamed at the polygon man. When he was done with him, only four points remained, a quad of what he once was.
thondal is offline   Reply With Quote
Old Aug 11th, 2006, 8:10 AM   #28
teencoder
Hobbyist Programmer
 
teencoder's Avatar
 
Join Date: Jul 2005
Posts: 158
Rep Power: 0 teencoder is an unknown quantity at this point
You're welcome I hit the same troubles as you I had no idea where to start.
__________________
Geeks may not be cool now but in the long run they prosper.
teencoder is offline   Reply With Quote
Old Aug 11th, 2006, 8:44 AM   #29
thondal
Programmer
 
thondal's Avatar
 
Join Date: Jan 2006
Location: Norway
Posts: 82
Rep Power: 3 thondal is on a distinguished road
Send a message via MSN to thondal
yay... did the first one.. i managed to display the hello world image with background ... man that was a relief... had some troubles, but figured it out eventually... I was so sure I was going to get loads of error. But only had 3 or 4 typos... oh well.. off to my book. I need to read a bit more... Still a beginner

thanks alot teencoder...

-thondal-
__________________
"die" he screamed at the polygon man. When he was done with him, only four points remained, a quad of what he once was.
thondal is offline   Reply With Quote
Old Aug 11th, 2006, 9:38 AM   #30
teencoder
Hobbyist Programmer
 
teencoder's Avatar
 
Join Date: Jul 2005
Posts: 158
Rep Power: 0 teencoder is an unknown quantity at this point
No problem let me know if you hit trouble. I can't promise I'll get back to you write away I'm starting High School Monday but i'll try to get back to you.
__________________
Geeks may not be cool now but in the long run they prosper.
teencoder is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about analyzing 6 million records Arla C# 11 Jun 22nd, 2006 3:02 PM
ArrayList Troubles crawforddavid2006 Java 17 Jan 10th, 2006 6:37 PM
need some advice w/my css dmorales HTML / XHTML / CSS 15 May 13th, 2005 8:12 PM
Help in QBASIC (I think it's similar to VB) phoenix987 Visual Basic 3 May 9th, 2005 12:33 PM
Help with a QBASIC program phoenix987 Other Programming Languages 4 May 5th, 2005 12:27 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC