3d game development

Reply

Join Date: Mar 2009
Posts: 4
Reputation: AhmedHussain is an unknown quantity at this point 
Solved Threads: 0
AhmedHussain AhmedHussain is offline Offline
Newbie Poster

3d game development

 
0
  #1
Mar 23rd, 2009
Hi every one,

I never had done game development in my life befor but I want to do 3d java game development. can n e one tell from scratch where should I start from?

Thank you,

Regards,
Syed Ahmed Hussain
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,622
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 713
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: 3d game development

 
0
  #2
Mar 24th, 2009
Start by learning Java. Duh.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 4
Reputation: AhmedHussain is an unknown quantity at this point 
Solved Threads: 0
AhmedHussain AhmedHussain is offline Offline
Newbie Poster

Re: 3d game development

 
0
  #3
Mar 24th, 2009
lolz.. that helped me alot
Thanx Narue..


but can u suggest me n e book for that?
Syed Ahmed Hussain
BS (Computer Science)
FAST NUCES
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 7,622
Reputation: Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute Narue has a reputation beyond repute 
Solved Threads: 713
Team Colleague
Narue's Avatar
Narue Narue is offline Offline
Code Goddess

Re: 3d game development

 
0
  #4
Mar 24th, 2009
Your best bet would be searching the Java forum. I'm not up to date on the "best" books for Java.
I'm here to prove you wrong.
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 4,438
Reputation: Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of Ezzaral has much to be proud of 
Solved Threads: 510
Moderator
Featured Poster
Ezzaral's Avatar
Ezzaral Ezzaral is offline Offline
Industrious Poster

Re: 3d game development

 
0
  #5
Mar 24th, 2009
There are plenty of resources listed in the "Starting Java" sticky thread at the top of the Java forum. Start with that.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 7
Reputation: SlayingSoul is an unknown quantity at this point 
Solved Threads: 0
SlayingSoul SlayingSoul is offline Offline
Newbie Poster

Re: 3d game development

 
0
  #6
May 19th, 2009
I wouldn't really recommend using Java as a programming language for game development, especially 3D game development, buuuut oh well. If you want to use it for 3D game programming, you'll need to learn to use it for 2D game programming first.

SS
Last edited by SlayingSoul; May 19th, 2009 at 6:49 am.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 3
Reputation: protjaart is an unknown quantity at this point 
Solved Threads: 0
protjaart protjaart is offline Offline
Newbie Poster

Re: 3d game development

 
0
  #7
May 19th, 2009
Originally Posted by SlayingSoul View Post
I wouldn't really recommend using Java as a programming language for game development, especially 3D game development, buuuut oh well. If you want to use it for 3D game programming, you'll need to learn to use it for 2D game programming first.

SS
hi i am also a newbie to programing and game programing in fact still a student and need to know a lot and one of my questions was what language is best suitable for 3d game development?

and what language is best suitable for windows application development?

those are my two main intrests and this far i am just convused
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 949
Reputation: MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice MosaicFuneral is just really nice 
Solved Threads: 92
MosaicFuneral's Avatar
MosaicFuneral MosaicFuneral is offline Offline
Posting Shark

Re: 3d game development

 
0
  #8
May 19th, 2009
Originally Posted by protjaart View Post
hi i am also a newbie to programing and game programing in fact still a student and need to know a lot and one of my questions was what language is best suitable for 3d game development?

and what language is best suitable for windows application development?

those are my two main intrests and this far i am just convused
C++, C#
But I doubt you're at the level of 3D development.
"Jedenfalls bin ich überzeugt, daß der Alte nicht würfelt."
"I became very sensitive to what will happen to all this and all of us." -Two geniuses named Albert
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 7
Reputation: SlayingSoul is an unknown quantity at this point 
Solved Threads: 0
SlayingSoul SlayingSoul is offline Offline
Newbie Poster

Re: 3d game development

 
0
  #9
May 20th, 2009
A good language for 3D game development that I would recommend and have already recommended here and there around here would be either DarkBASIC/DarkBASIC Pro, a language created for making games, especially 3D ones, or C++.

Good luck,

SS
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 489
Reputation: shadwickman will become famous soon enough shadwickman will become famous soon enough 
Solved Threads: 76
shadwickman's Avatar
shadwickman shadwickman is offline Offline
Posting Pro in Training

Re: 3d game development

 
0
  #10
Jun 24th, 2009
If you haven't done programming/development before, please, for the love of god, do not start trying to make 3D games. You need to learn the basic concepts first, then work your way up.

And I wouldn't suggest Java for 3D games anyway. C++ would be your best bet. If you really wanted, you could do simplistic things with Python and a 3D library for that, like Panda3D. But I'd suggest going with C++ anyways because it seems that programmers who start off with C/C#/C++ understand more on the concept/theory end of it all, which you'll need for 3D stuff. Plus, you'll need great skill at mathematics too if you want to build 3D games.

As for Windows application development, you'll probably hear a lot about Java and C or C++, but Python usually works just as well, and Python's syntax is usually a lot easier to grasp for beginners too. Just depends if your program needs to run as quickly as possible, in which case I'd go with C.

Anyways, good luck getting into programming. The key thing is: START OUT SMALL. Don't jump onto huge projects without building skill with the language first.
"Two good old boys in a fire-apple red convertible. Stoned. Ripped. Twisted. Good people."
- Hunter S. Thompson

my photography
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Game Development Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC