question about graphics

Hi forum,

I've had a number of game ideas kicking around my head for years. I'm looking at doing a bit of a prototype of one idea over the next month or so. I've been using Java on and off for years, but I've never really gotten into the graphics side of things. Does anyone know of some good tutorials on the subject?

Thanks.

[349 byte] By [prologcodera] at [2007-9-28 3:11:13]
# 1
http://java.sun.com/docs/books/tutorial/2d/index.htmlThis is suns own gfx tutorial which looks pretty good.Um, if youre looking at doing 3d gfx, http://www.povray.org/download est un bon site web pour construit des dessins en 3d ( good program of r3d gfx);
javatypoa at 2007-7-7 22:44:14 > top of Java-index,Other Topics,Java Game Development...
# 2

Hey, i'll just add http://www.gamedev.net - has heaps of articles and a good forum.

http://java.sun.com/docs/books/tutorial/extra/fullscreen/ - how to do full screen games.

http://www.flipcode.com/ - more c++ 3D focus, but some good geomety articles, and image of the day.

http://astronomy.swin.edu.au/~pbourke/ - excelent site with openGL, geometry, heaps of maths.

There are heaps out there, but not many java specific.

Harley.

harleyranaa at 2007-7-7 22:44:14 > top of Java-index,Other Topics,Java Game Development...