Open source demo FPS for Java?

Hi all,

I am about to start a project where I’d like to create a small 3D world where friends can join me online. At first just to have a basic walkaround (FPS/3PS style) - sort of a very basic SecondLife.

I can find various Java 3D graphics frameworks to make use of, and I was wondering if there was also a basic client/server 3rd Person Shooter type demo out there…

Any pointers will be very welcome.

p.s. Java is my language of choice, however I have also dabled in C++ a long time ago :wink:

Thanks in advance.

see Jake2 is the best. A Quake2 port to Java2.

In “Killer game programming in Java” u have a tutorial for buiding such a thing in Java 3d if i remember well(and source code)…

Good luck.

:slight_smile:

Thanks for the pointer people. I’ll check them out.

for a very very simple and little one have a look to http://dzzd.net/demo/FPSDEMO01/

Here’s something client/server-based that i’ve made as a jPCT example: http://www.jpct.net/download/feud_demo.zip