Adijatsalisu
JGO n00b  Posts: 6
|
 |
«
on:
2007-07-09 10:07:36 » |
|
I intend to do a project on creating a 3D game in java but i really don't know how to go about starting it.I have downloaded java on my system but I need tutorials to get me started. Please I need someone to help
|
|
|
|
|
purpleguitar
Full Member   Posts: 136
|
 |
«
Reply #1 on:
2007-07-09 13:01:01 » |
|
Follow all of the advice from the other thread that you resurrected: first learn Java, then write simple games, then write more complex games.
|
|
|
|
|
|
|
Games published by our own members! Go get 'em!
|
|
2playgames
Jr. Member   Posts: 82
|
 |
«
Reply #3 on:
2007-07-09 14:10:20 » |
|
better download JDK instead of JRE, that will give you javadoc tooltips in eclipse
|
|
|
|
keldon85
|
 |
«
Reply #4 on:
2007-07-09 16:23:49 » |
|
better download JDK instead of JRE, that will give you javadoc tooltips in eclipse
Or you can just download the JDK documentation 
|
|
|
|
|
2playgames
Jr. Member   Posts: 82
|
 |
«
Reply #5 on:
2007-07-09 16:38:50 » |
|
then you'll have to look it up every time. tooltips are so much more handy 
|
|
|
|
keldon85
|
 |
«
Reply #6 on:
2007-07-09 16:49:50 » |
|
then you'll have to look it up every time. tooltips are so much more handy  That's what I mean, you can download the Java documentation and link that to Eclipse for the JavaDoc tool tips!
|
|
|
|
|
2playgames
Jr. Member   Posts: 82
|
 |
«
Reply #7 on:
2007-07-09 17:47:30 » |
|
oh well, if you download the JDK it will get the tooltips from the source instead of the HTML pages, which is faster i think 
|
|
|
|
keldon85
|
 |
«
Reply #8 on:
2007-07-09 17:59:57 » |
|
Does the source come with the JDK; I always thought you had to download that separately (as it requires signing of an NDA). If it does then I'll install the JDK instead since I found the source useful in uni.
|
|
|
|
|
Kova
|
 |
«
Reply #9 on:
2007-07-09 18:06:10 » |
|
Does the source come with the JDK
yes
|
|
|
|
|
Games published by our own members! Go get 'em!
|
|
2playgames
Jr. Member   Posts: 82
|
 |
«
Reply #10 on:
2007-07-09 18:21:19 » |
|
Does the source come with the JDK; I always thought you had to download that separately (as it requires signing of an NDA). If it does then I'll install the JDK instead since I found the source useful in uni. ah yes i forgot to mention, with the JDK you can go to the source (easily by Ctrl-Clicking on the method you want to observe) and see how it works.
|
|
|
|
keldon85
|
 |
«
Reply #11 on:
2007-07-10 03:03:09 » |
|
ah yes i forgot to mention, with the JDK you can go to the source (easily by Ctrl-Clicking on the method you want to observe) and see how it works.
Yes, I used to use that feature at uni. I just thought it was because they downloaded the source, having said that I never noticed it when I used to install the JDK!
|
|
|
|
|
Adijatsalisu
JGO n00b  Posts: 6
|
 |
«
Reply #12 on:
2007-07-10 03:18:47 » |
|
Tnx for all ur replies.I have downloded java JDK on my system. But in my school we use text to write ,compile and run our program. But I don't if it is the same.Now that i have java on my system should I try and download Test pad too in order to write codes.
|
|
|
|
|
keldon85
|
 |
«
Reply #13 on:
2007-07-10 03:35:55 » |
|
Eclipse automatically compiles code. When writing in text mode you will have to compile yourself using javac, and then run using java. You can just try it out as there is no ONE answer to this. I would suggest that you learn to program java in Eclipse, and figure out how to compile from the command line (which is easy).
Then when you are comfortable you can begin to just use the command line to get used to that, but practise everything in Eclipse - especially since it automatically tells you where errors are.
|
|
|
|
|
2playgames
Jr. Member   Posts: 82
|
 |
«
Reply #14 on:
2007-07-10 06:28:08 » |
|
I never noticed it when I used to install the JDK! probably because Java wasn't open source (or whatever) until recently
|
|
|
|
Abuse
JGO Kernel      Posts: 1866 Medals: 5
falling into the abyss of reality
|
 |
«
Reply #15 on:
2007-07-10 13:42:07 » |
|
Ant support within Eclipse is another reason to install a JDK, rather than JRE....
|
|
|
|
|
keldon85
|
 |
«
Reply #16 on:
2007-07-10 15:05:01 » |
|
Ant support within Eclipse is another reason to install a JDK, rather than JRE....
If you're using Eclipse then what is the benefit of using Ant? I guess it's something that you can bundle with your source code so that people can compile it using Ant!
|
|
|
|
|
2playgames
Jr. Member   Posts: 82
|
 |
«
Reply #17 on:
2007-07-10 16:51:59 » |
|
ant can do more than just build, you can use to create javadocs, jars, installers (by calling an external tool) and more, all at the click of 1 button
|
|
|
|
keldon85
|
 |
«
Reply #18 on:
2007-07-10 17:19:36 » |
|
Did you say, "click of a button"?  "Hmmmmmm, buttons"
|
|
|
|
|
Adijatsalisu
JGO n00b  Posts: 6
|
 |
«
Reply #19 on:
2007-07-11 06:18:32 » |
|
I really need someone to talk me through this 3d modeling I don't know anything about esclipse or ant.So pls is there any good teacher in d house i really need one to break it down for me.Pls
|
|
|
|
|
purpleguitar
Full Member   Posts: 136
|
 |
«
Reply #20 on:
2007-07-11 08:43:49 » |
|
This isn't 3D modeling: it's programming. If you want to create 3D models, try out blender (which is free), 3D Studio Max, Maya, or the like. Artists create 3D models, which are then incorporated into a game by programmers. Sometimes this happens directly, and sometimes it happens indirectly: programmers create tools that artists and designers can use to import a model into a game or level.
It sounds like you might be looking for something like Torque, GameMaker, or 3dGameStudio. These are game engines that you can use to create games with much less time and energy than it would take to write them "from scratch" in Java.
|
|
|
|
|
Jackal von ÖRF
Full Member   Posts: 206
|
 |
«
Reply #21 on:
2007-07-11 15:03:57 » |
|
probably because Java wasn't open source (or whatever) until recently
The src.zip file which contains the source of the .java files has always come with the JDK.
|
|
|
|
2playgames
Jr. Member   Posts: 82
|
 |
«
Reply #22 on:
2007-07-11 15:39:58 » |
|
The src.zip file which contains the source of the .java files has always come with the JDK. oh, i didn't know that the source of the .java files is the programmer  but i know you mean the .class files 
|
|
|
|
Adijatsalisu
JGO n00b  Posts: 6
|
 |
«
Reply #23 on:
2007-07-12 03:07:45 » |
|
Sorry 4 using the word modelling.I intend to build a game using java programmiing language not an pllication.But all I need is a guide on how to start, where to look for material. Cos it is a project and I have to look for technologies involved in 3d animation in game using java and so much more.
Firstly wat I need now is a starting point.
|
|
|
|
|
keldon85
|
 |
«
Reply #24 on:
2007-07-12 04:10:32 » |
|
Well firstly you should start by telling us what you do and don't know. What is the timescale of your project? Have you tried google? If so then what is wrong with the results found?
|
|
|
|
|
Adijatsalisu
JGO n00b  Posts: 6
|
 |
«
Reply #25 on:
2007-07-12 12:59:36 » |
|
I know some basic things about java. I have done some applications in java . But I haven't done anything on creating 3d graphics in java not totalk of a game.I have till August 31. I have found somethings in google but I'm really feeling it that much.I need a little bit of one on one. I have also found some APIs' involved and decide to stick to java3d. All I need now is where to start from. I need Textpad on my sytem for coding purpose but java hass been downloaded already.
|
|
|
|
|
keldon85
|
 |
«
Reply #26 on:
2007-07-12 14:10:50 » |
|
You will find it much easier to work in an IDE like NetBeans or Eclipse, which has code completion and provides mouse over documentation of the Java API. Buy a book like 3D Game Programming with Java
|
|
|
|
|
|