Notes on building a Java 3D Game

Getting Started with Java?

Getting Started

If you have not setup for programming in Java there are many resources on the Internet to show you how to:
  • * Obtain and install Java SDK
  • * Eclipse IDE
  • * Other packages. . .
    •    *Tomcat Web Server
    •    *Derby
I have created my own notes when I started on "Project Brainycode". Feel free to use them as a guide.
Chapter 1: Obtaining and Installing all the Tools
Honestly, if you are just setting up Java and starting to learn how to create programs using the Java programming language the Java 3D notes will be overwhelming. I consider myself a seasoned Java developer but the graphics territory was totally new for me and required a bit of time to understand. I can't imagine what it would be like to be learning all of it for the first time. You may want to come back when you are comfortable with Java and Eclipse.

Java 3D Notes

I created notes from viewing and trying to understand videos created by CHERNO at youtube.com I was very disappointed with the coding style (but have you looked at my version of freecell game?) and lack of explanations on just about everything except the trival. I created these notes as a way to explain why I fixed or changed some things and to clarify and discuss the methods and techniques shown in the video. Enjoy:
My Notes