Title: java 2D books / advice? Post by: Etro on December 17, 2006, 05:12:02 PM Hello,
I've decided I want to dabble in the mystery that is game development, so I thought I would try and make my own little game. I have reasonable understanding of programming in Java (to an academic level) and feel it would be nice to try and make a multiplayer game that runs through a java applet in the players web browser. My main problem is however that I have never encountered the Java 2D API, and was wondering if there are any helpful 2D or even Java Gaming books which would be useful to pick up and have a read through? The reason i'm so interested in the 2D libraries is that i'm wanting to have a go at making an online multiplayer reincarnation of Cannon Fodder :-) Etro. Title: Re: java 2D books / advice? Post by: Margalis on December 17, 2006, 06:37:07 PM I don't have any book reccomendations but the API docs for Graphics2D will get you most of the way there. Just be warned that the performance of Swing graphics is abysmal.
Title: Re: java 2D books / advice? Post by: Krakrok on December 17, 2006, 10:20:04 PM I recommend Flash. http://www.cs.iupui.edu/~aharris/flash/ |