3DXO - The Finest 3D Resources
Locale Page...  Global  |  Germany
Member access...Lost Password?    Join Now!

3DXO.COM is the new home of CYGAD's 3DXTRA!
Please use and bookmark only this resource from now!
Quick Search
Advertisement
mySOULS - Share your 2nd life!


Symbols
New
Updated
New & Updated
Send News    Add URL / Entry    
Game Dev: Books
Books about 2D/3D art design, charactere creation, level design, engine design, physics and AI programming especially for game developers, for beginners and professionals
AVG Rating: 8.23
  Added 30 Mar 05   Updated Today
Killer Game Programming in Java  
29.67 $
New from 18.35 $
18 Used from 17.14 $
Buy Now!
Author Andrew Davison
Publisher O'Reilly Media, Inc.
Publication Date 2005-05-20
Paperback - 996 Pages
ISBN 0596007302

Amazon Reviews
amazon.com:
Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an explosive growth in Java games. Java games like Puzzle Pirates, Chrome, Star Wars Galaxies, Runescape, Alien Flux, Kingdom of Wars, Law and Order II, Roboforge, Tom Clancy’s Politika, and scores of others have earned awards and become bestsellers.

Java developers new to graphics and game programming, as well as game developers new to Java 3D, will find Killer Game Programming in Java invaluable. This new book is a practical introduction to the latest Java graphics and game programming technologies and techniques. It is the first book to thoroughly cover Java’s 3D capabilities for all types of graphics and game development projects.

Killer Game Programming in Java is a comprehensive guide to everything you need to know to program cool, testosterone-drenched Java games. It will give you reusable techniques to create everything from fast, full-screen action games to multiplayer 3D games. In addition to the most thorough coverage of Java 3D available, Killer Game Programming in Java also clearly details the older, better-known 2D APIs, 3D sprites, animated 3D sprites, first-person shooter programming, sound, fractals, and networked games. Killer Game Programming in Java is a must-have for anyone who wants to create adrenaline-fueled games in Java.

Similar Products
Beginning Java 5 Game Programming
New from 15.80 $
Used from 13.34 $
[ Add a Comment ]Amazon Customer Comments
Very good programming examplesRating: 4
12 Jun 2008 @ amazon.com

I have programmed in C, C++, and C# for many years and have done 3D rendering with each. With that background, and a couple Java references lying around, I am finding this book to be very helpful, not only in the rendering areas, but also in its attention to Java user interface design and implementation issues. For a book with ’killer’ in the title, I was grateful that it kept the tone much more readable than some of those other ’zen’ and ’killer’ programming books out there. Well worth the moolah.
Very ImpressedRating: 5
11 Mar 2008 @ amazon.com

I have not gotten all the way through the book - in terms of using the code.

I have read it through.

Very impressed with the level of explanation. Lots of things that never quite clicked now do. Setting up a 2d game engine is a piece of snap.
Very good book. If you want to learn Java game programming, don’t miss this oneRating: 5
03 Oct 2007 @ amazon.com

2 months ago, I was completely new to Java. (I’m getting better now)
The book provides many concepts and technique in game programming.
You’ll find it really useful. If you want to learn Java game programming, don’t miss this one.

Read also:
Developing Games in Java

This one is easier. But I recommend you read both!
Excellent introduction to Java and Game ProgrammingRating: 5
18 Sep 2007 @ amazon.com

Java has come a long way since books like "The Black Art of Java Game Development", and Killer Game Programming with Java is a great example of how far it’s come. The book covers the basics of not only Java and the libraries relating to games, but also the basics of programming games. The book is quite complete, starting with the basics of 2D game programming and moving on to 3D games. The author conveys a genuine excitement in developing games with Java, and makes it simple enough to grasp and understand. The book is very well illustrated, with helpful class diagrams throughout the book.
Perfect Game Programming BookRating: 5
13 May 2007 @ amazon.com

This book is really worth you money to buy. It has detail explaintion of Java 2D and 3D gamming techniques. However this isn’t for beinninger Java learners, it does not include basic syntax of Java language. I strongly recommand this book to all game lovers.
Good stuffRating: 4
08 Mar 2007 @ amazon.com

A good descriptive book about sound and graphics programming techniques that go into developing games. Significant number of references on the web mentioned for further research and to complement it. As a seasoned Java programmer other than games, I like that it’s written quite clearly on the challenging topics of some chapters.
It’s just amazing.Rating: 5
14 Feb 2007 @ amazon.com

I am a java programmer who works by making web applications in Java using frameworks like Struts and databases like Oracle, and I am also student of computer science. I always researched and studied by myself how to program games, and even made my own Tetris for pc and cellphone (in Java). But this book puts together in one work just everything that I always wanted and needed to know about games programming: 2D graphics, 3D graphics, sound, network, 3D models and on, in a very didactic way, and it is still growing, since there is always new material available at it’s site. I highly reccomend this book for any Java programmer who wants to make professional, complete and market competitive games in this wonderful language.
Great 1st book!!Rating: 5
24 Jan 2007 @ amazon.com

If you know some Java and you would like to start making games, you have to pick up this book. By the end of the 3rd chapter you’ll be able to make all kinds of simple games and learn tons of fundamentals. Besides it’s only $35. Also describes how to build your game into an installer that allows you to easily distribute your final products. Odoyle Rules!
Far better than any other book on this topicRating: 5
27 May 2006 @ amazon.com

This book is miles ahead of other Java gaming books... For one thing, this is an excellent book in its own right. For another, the other existing books on the topic suck.

Anybody who spends a lot of time writing games in Java ends up running into certain challenges. For each of these real issues, it takes a lot time to identify the issue then many hours to come up a satisfactory solution or work-around. This book saves you from 99% of that work. The author has documented nearly every complication that you will run into. The other Java gaming books explain how to apply common sense and traditional gaming strategies to the Java APIs (usually following Sun’s tutorials exactly), giving step-by-step instructions on how to do so. Besides the point that this adds no value for somebody capable of following Sun’s tutorials and APIs, they offer no help where you need it most... where the straight-forward approach is unsatisfactory or just doesn’t work for some reason.

Another thing that has saved me a ton of frustration and time is advice from the author. For my specific game project I’ve run into several questions which I’ve been unable to answer by web searches, posting to forums, etc. I’ve emailed Davison (the author), and he has answered each of my questions concisely and to the point every time. (I don’t want you to spam him, so please don’t send questions until after you have looked for the answer in his book!).

To address concerns that other reviewers have posted:

This book is not just for "advanced" Java developers. As Davison has emailed me, the intended audience is, "someone who has just got past their first Java course". He purposefully avoids avoids all but elemental Java features (e.g., no ternaries, abstract classes, logging infrastructures, IOC).

WRT examples, you are not buying a gaming library or framework. The goal is not to give you production classes that you can use as-is in production quality products. Other reviewers are demanding production-ready examples. It is impossible to make production-ready examples that can be easily understood by first-year Java developers. If you want production-ready classes, don’t look for them in a HOW-TO book, find them elsewhere or read this book and then write them yourself.
Somewhat Disappointed - But hopeful for a second editionRating: 2
14 Jan 2006 @ amazon.com

This is the first time I’ve been disappointed by a book published by O’Reilly. There are, in my opinion, quite a few things wrong with this book. I’ll mention a few.

* Disappointing sample programs. The sample programs feel, unfortunately, very low quality - enough, in my opinion, to drive some readers away from Java as a game development language altogether. Providing higher quality sample programs would have been nice. It’s not necessary to provide the polished details in the book itself, but having highly polished samples available as a download would have gone a long ways towards showing the reader how great Java can be as a development language. (A picture is worth a thousand words.) I would have preferred one extremely polished, high quality 2-D sample and one extremely polished, high quality 3-D example instead of lots of small, unpolished, low quality examples.

* Bugs in sample programs. I’ve encountered quite a few little bugs in many of the sample programs. For example, it’s easy to end up "under the world" in FractalLand3D, and the lighting is sometimes off (way off). Also, on my updated, high performance machine, I noticed recurring lag in FractalLand3D, preventing it from running smoothly.

* The web site to which the author directs you for downloading the sample code is often very slow, perhaps because it’s based in Thailand and I’m in the United States. Since the book doesn’t come with a CD-ROM (a decision I support, given the ubiquity of the Internet these days), I think the author could have invested in at least one fast U.S.-based server since a large portion of book sales will undoubtedly be to U.S.-based customers.

* Missing downloads (bad URLs). In the ever-changing realm of the world wide web, it’s understandable when URLs in older books (and even newer books) stop working. However, it’s barely 2006, and this book was published in 2005. There’s no reason the author should direct you to a download such as [...] and have it fail to actually be there.

* Too many pages spent on certain topics, such as: 1. Timing - which includes unnecessary details like timing on Windows 98-based computers (an operating system that’s now 8 years old!) and performance on Pentium II-based machines (a CPU that’s now 3 generations out of date!); 2. Justifying Java as a game development language; 3. Explaining the design and code in the samples in painfully small steps - I feel the author would have better served the readers by "getting to the point" more quickly.

I don’t want to sound too harsh. Obviously, a lot of work and knowledge went into this book. You could do much worse than reading this book, which does a reasonable job covering a topic that isn’t nearly as saturated as topics such as how to write Java servlets. However, when I pick up an O’Reilly book, I don’t expect reasonable: I expect excellent, and I don’t feel this book lives up to the O’Reilly name.

Given the other book choices on the topic of Java game programming, this book would make a decent addition to your programming bookshelf. I do, however, think the author should consider a second edition which addresses the problems listed above.
Best book I’ve seen on the topicRating: 5
11 Dec 2005 @ amazon.com

I went through a few books on java game programming before I got this one and I must say that by fair its the best. I have a few years experience with java and wanted to make a few games for fun and this book gave me all the information I needed to get started.

Roughly half the book is dedicated to issues you’ll have when writing a 2d game and the other half is dedicated to 3d games (
using Java 3D). Although I’ve only read the first half in detail the java 3d material seems equally useful if 3d games are of interest.

My only complaint is that I didn’t care for the example code much so I won’t be using any of it. But unlike other books this book gives you all the information you need to do it in your own coding style.


Lastly the book is definitely not a book for beginners, the author makes no effort to explain things like event handling, Swing, or any other non graphic topics used in the book.
Great for Java game programming and much moreRating: 5
04 Dec 2005 @ amazon.com

This is one of the most interesting books I have read on the subject of game programming in Java. In addition, it is a great tutorial on how to use Java to accomplish a number of multimedia programming objectives independent of game programming. Since there is no table of contents shown, I will summarize the book’s contents in the context of the table of contents:
1. Why Java for Games Programming? - Many discussions are revisited about why Java is not a bad choice for game programming- speed, memory leaks, etc.
2. An Animation Framework - The animation algorithm developed through most of this chapter is embedded in a JPanel subclass (called GamePanel), which acts as a canvas for drawing 2D graphics. The animation is managed by a thread which ensures that it progresses at a consistent number of frames per second.
3. Worms in Windows and Applets - The threaded animation loop of chapter 1 is tested inside a windowed application and an applet. The programs are all variants of the same WormChase game.
4. Full-Screen Worms - Three approaches to full-screen games are investigated.
5. An Introduction to Java Imaging - The aging AWT imaging model is discussed, followed by the BufferedImage and VolatileImage classes, ImageIO, and the wide range of BufferedImageOp image operations offered by Java 2D.
6. Image Loading, Visual Effects, and Animation - This chapter examines how to efficiently load and display images, apply visual effects such as blurring, fading, and rotation, and animate them.
7. Introducing Java Sound - The Sound API is compared to the Java Media Framework (JMF), and the recently introduced JOAL, a Java binding to OpenGL’s music API.
8. Loading and Playing Sounds - Discusses a single application, LoadersTests, which demonstrates "ClipsLoader" & "MidisLoader" classes for the control of clips and sequences.
9. Audio Effects - Different ways of applying effects to audio, which is key to the advantage of the Sound API- access to audio files to the bit level.
10. Audio Synthesis - How to create tone sequences for sampled audio and how to create MIDI sequences at runtime.
11. Sprites - A game’s active entities are often encoded as sprites. A sprite is a moving graphical object.The Sprite class developed in this chapter builds on the animation framework and image and audio loaders developed earlier in the book.
12. A Side-Scroller - This chapter describes JumpingJack, a side scroller much like Super Mario, but considerably simpler, that illustrates tile maps, layers, parallax scrolling, and a jumping hero called ’Jack’ who has to dodge exploding fireballs.
13. An Isometric Tile Game - Isometric tiles are the basis of many real-time strategy games, war games, and simulations, and Java-based "Alien Tiles" is demo’d here.
14. Introducing Java 3D - A brief introduction to the Java 3D API.
15. A 3D Checkerboard: Checkers3D - This chapter describes a Java 3D example called Checker3D that demos many Java 3D programming techniques.
16. Loading and Manipulating External Models - Many times it makes sense to create an object using 3D modeling software, and then load it into your Java 3D application at run time.
17. Using a Lathe to Make Shapes - One of the most ingenious chapters of the books shows how to create complex 3D shapes using a Java-based 3D lathe.
18. 3D Sprites - A Sprite3D class is developed.
19. Animated 3D Sprites - Poses and animation are included for the Sprite3D class of the previous chapter.
20. An Articulated, Moveable Figure - The implementation of an articulated figure is performed, composed of rotatable limbs, which can be moved around a checkboard floor in a similar manner to the 3D sprites in Chapters 18 and 19.
21. Particle Systems - Three particle systems are developed in this chapter: one where the particles are points, another using lines, and a third using quadrilaterals (quads).
22. Flocking Boids - Flocking is a computer model for the coordinated motion of groups (or flocks) of entities called boids, performed in 3D.
23. Shooting a Gun - The application in this chapter, Shooter3D, contains a gun which fires a laser beam at the point on the checkered floor clicked on by the user. The flight of the laser beam is accompanied by a suitable sound, and followed by an explosion.
24. A First-Person Shooter - Builds on the previous chapter by putting the gun in the player’s hand.
25. A 3D Maze - Emphasis is on navigation through a complex scene (a 3D maze). The two main topics will be how to generate a realistic looking scene as in "Doom", and how to use multiple views to aid navigation.
26. Fractal Land - The FractalLand3D application creates a landscape using a plasma fractal to generate height values for the landscape’s component quads.
27. Terrain Generation with Terragen - Landscape is designed with Terragen, then exported as a OBJ file (representing the landscape as a mesh), and as a BMP (showing the surface viewed from above). The BMP is subsequently edited and converted into a JPG.
28. Trees That Grow - Shows foliage that actually grows over time.
29. Networking Basics - runs through networking fundamentals and explains basic network programming with sockets, URLs, and servlets.
30. Network Chat - about online chat, the "hello world" of network programming. There are three chat variants: one using a client/server model, one employing multicasting, and chatting with servlets.
31. A Networked Two-Person Game - Pulls everything together to build a simple networked 2-player game.
32. A Networked Virtual Environment - NetTour3D is a very simple networked virtual environment which allows sprites representing users (clients) on different machines to move about in a shared world. The world is a checkboard, with simple scenery and obstacles.
A. Installation Using install4j
B. Installation Using Java Web Start
If you go to the author’s website, he has additional chapters that are not in the book on J2ME, bluetooth, and mobile 3D gaming. Plus the downloadable code for the book is also there. Since Amazon usually throws out reviews with web addresses, just type "Killer Game Programming in Java" into Google and the first address you see should be the author’s website.
In summary, I would highly recommend this book to any experienced Java programmer who is interested in programming games, as well as those interested in advanced Java Sound or Java 3D techniques which might be of use to any Java multimedia programmer.
A ’must’ for the serious game programmerRating: 5
03 Oct 2005 @ amazon.com

Andrew Davison’s Killer Game Programming In Java is another reference no game programmer should be without: there’s been a traditional lack of support for Java high-end graphics and documentation, which Killer Game Programming In Java deftly remedies. No list coverage, this 968-page tome is an extensive reference covering modern gaming requirements from sprite coding, laths, and more. Even networked games, and 2D and 3D games alike, are revealed in this ’killer’ reference, a ’must’ for the serious game programmer.
Definitely not a book for the beginnerRating: 3
12 Sep 2005 @ amazon.com

If you want to learn how to develop Java programs with intensive graphics this will go over your head. If you are new, try another book. This is for people who already have a great handle on Java.
one of the bestRating: 5
02 Aug 2005 @ amazon.com

I have all of the Java game programming books published since 1996 and this book ranks in the top three. There are no gaps in the coverage of the subject and the author has clearly done his research. While I might do some things differently here and there, overall this book is clearly one of the best. I highly recommend. -- David Wallace Croft, Founder of GameJUG.org and Author of "Advanced Java Game Programming"
Nice focus on the finer details.Rating: 5
14 Jul 2005 @ amazon.com

I like this book because it has good details on the issues that count. For example, detailed coverage of timers including time drifting, accuracy and compensation. It has excellent coverage of different paint buffer strategies including doublebuffer and FSEM. The examples are very clear and I like the UML diagrams. This book is well rounded with details where they need to be.

The only thing I didn’t get much use out of was the Java3D info but the chapters still had useful info independent of Java3D.

Because of this book I now have FPS accuracy including UPS to boot!
Bad name, great book on the fundamentalsRating: 5
23 Jun 2005 @ amazon.com

I wish I could have waved O’Reilly off this name. It reminds me of the bad old days of the "Secrets of the Game Programming Mega-Gurus". Happily this is where the similarity ends. This book is far better than any of the old books that essentially covered graphics primitives and left it at that. This book goes in depth on 2D and 3D graphics and covers specifically how these interfaces are used in a game setting with real examples. Simple example games are provided and their implementation is well documented. Even network programming was discussed.

I’m pleased with this book, and the other recent gaming titles I have seen. Finally tech books that treat game programming with respect.
Fun way to learn Java 3DRating: 4
07 Jun 2005 @ amazon.com

I thought the idea of "killer" game programming in java was a bit far fetched. (Note: I have very little experience with Java3D - as in, I’ve gone through the demos and not much else). After reading through this book, I still think "killer" game programming is a generous description. However, I did discover a pleasant side effect; it was a fun way to explore the Java3D APIs.

This book does not spend any time on introductory java nor does it build a "killer" game from start to finish as it moves through the chapters. There are snippets of source code throughout the book, but I’d suggest downloading the source. The source code was very helpful, easy to compile and run. I had no problems running the code on a Mac and Java 1.4.2.

The text is very academic and thorough in its descriptions. While the title might suggest "game programming" as the primary focus of the book, I think this is almost a secondary issue. The real thrust (or at least what I got out of it) is a fun way to learn the techniques to 2D and 3D graphics programming, dealing with lighting, perspective, and movement using the Java Sound, Java 2D and Java 3D APIs.
much more feasible for gamesRating: 4
04 Jun 2005 @ amazon.com

Until very recently, there was no serious commercial game development in Java. For various reasons of varying validity, as Davison explains. The most compelling being the slowness of Java bytecode compared to C/C++ binaries, and the lack of a Java compiler on the Sony Playstation. But if you are pondering doing a Java game nowadays, then things look brighter. The latest Java 5 Hotspot compiler can mean that Java code is now only about 10% slower. For all but the most extreme twitch games, this delay might be acceptable.

While there is still no official Java compiler for the Playstation, two things counterbalance. The number of PCs is much larger, and Java compilers exist for these. Also, games for mobile devices (which basically means cellphones) are rising hugely. Here, there are no high resolution and big screen twitch games. So the Java graphics is usually quite adequate.

The book shows how to use Java 5 to handle video, audio and graphics in a combined manner for a game. The examples are somewhat minimal. Due mostly to practical limitations on book size. (It’s large enough as is.) All of the example games have trivial graphics. You’ll have to investigate with a protracted non-trivial case study if indeed Java 5 works for you to make games.
Add a Comment! 
You must login first, to write an comment/review!
advertisement

© 2001 - 2009 3DXO | All rights reserved. | Terms of Service | About | Time data: GMT +1! | Portal Release X3 Beta | RunTime: 0.9732
Optimized for Internet Explorer 6.0+!

Broken Link Report