Intelligentedu
Best New Free Computer IT Training Tutorial Resources


 



     Blog Roll:


     Top Links:

October 23, 2008

Java 3D Gaming Code

Here is all of the Java code from two Java Game Programming Books, by Dr. Andrew Davison (note: the books are not free, only the code).


Code for: Killer Game Programming in Java

This book shows Java programmers, who already know the basics of Java, how to code reusable modules and components which can be put together to create many types of amusing games. It focuses on 3D gaming using Java 3D, which is an excellent tool for quickly building 3D worlds without requiring low-level 3D rendering functionality.  You can download all of this book's Java code as a single zip file, or by chapter from the pages linked below.

Java Code for each chapter of Killer Game Programming in Java
:


Code for: Pro Java 6 3D Game Development

This Java game programming book teaches how to program 3D games in Java, with a focus on building 3D landscapes. It is divided into the following three areas: 1) Java 3D, 2) Non-standard input devices for game playing, and 3) JOGL. Java 3D is a high-level 3D graphics API, and JOGL is a lower-level Java wrapper for the OpenGL graphics API. It uses three non-standard input devices: the webcam, the game pad, and the P5 data glove. Other games-related libraries are also used, including JInput, JOAL, JMF, and Odejava. It concentrates on the latest 3D APIs, covering a range of libraries. You can download all  of the Java code used in this book as a single zip file, or by chapter from the pages linked below. (Note that the Java code in this book is different from the code in the author's first Java gaming book, Killer Game Programming in Java, linked above.)

Java Code for each chapter of Pro Java 6 3D Game Development:

Popularity: 17% [?]


Related Posts:
  • Java and Open Source Gaming Development Book
  • 6 Free Java Online Books
  • 5,000 pages of Software and Computer Tutorials
  • Downloadable Computer and Programming eBooks
  • Over 70 Freely Available I.T. and Programming Ebooks

  • Tags for this post>>

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 4:37 pm


    JDBC Slides, Labs, Code, and Tutorials

    Here is a complete set of Slides, Lab Exervises, Code, and Tutorials covering JDBC (Java Database Connectivity).

    Here is the Java Code and the practice database, and here are the exercises: JDBC Lab 1 Exercises and JDBC Lab 2 Exercises.


    JDBC Slides Set 1: Introduction to Java Database Connectivity
    Provides background on JDBC to help with the lab exercises
    (39 slides, 445kb, ppt format)

    1. What is JDBC?
    2. The JDBC-ODBC Bridge
    3. Four Kinds of JDBC Drivers
    4. JDBC Pseudocode
    5. simpJDBC.java
    6. Meta Data
    7. Books.mdb as an ODBC Data Source
    8. Table in Books.mdb
    9. More Information


    JDBC Slides Set 2: Advanced Java Database Connectivity
    Looks at some of the advanced parts of JDBC to help with the lab exercises
    (43 slides, 345kb, ppt format)

    1. SQL Statements
    2. Executing DDL and DML
    3. PreparedStatement Objects
    4. Database Metadata
    5. More Information


    MySQL Tutorial  covers the following topics:
     - Starting and Stopping MySQL Server
     - Connecting to MySQL
     - Creating User Accounts
     - Using MySQL
     - MySQL Administration
     - Accessing MySQL using Java
     - mysqljdbc.jar

    Tutorial for MS Access
    covers the following topics:
     - Creating Databases and Executing SQL
     - Creating ODBC Data Source
     - Accessing Database Using Java

    Popularity: 17% [?]


    Related Posts:
  • My First Blog Post: Discovering and Sharing Free IT Training and Tutorials
  • Microcomputer Interfacing Course Lectures
  • Free Cisco and CCNP Training Slides
  • Technology Tutorials, Code Examples and Articles
  • Programming in C, C++, Perl, Java, and Fortran

  • Tags for this post>> |

    Filed under: Best New Free Computer IT Training Tutorial Resources — computer_teacher @ 9:10 pm


    Powered by WordPress