Web site for games

Hi All,

Sorry for my English…

I’m not new to Java and kind of a intermediate when it comes to Java3D (still study it), but I’m new to Web programming.
What I want to to is a web site the contains samll 3D games, first It will contains only Java3D games (later on I’ll move to JOGL).

What I need to know for this assignment? I mean does Java3D can be “immersed” into Web pages? and if so what is the best scripting language for this task? Is it JavaScript? I know some Python…

Thank u in advanced
Eyal

Hi Eyal,

What you’re after sounds like an applet, but I’m sure you’ve heard of them. Java3D can probably be displayed in an applet inside a web page. google around for java3d applets.

Thanks!!

I’ll check it out in a moment. For some reason I was sure Java3D can be run as usual applet…

One more uestion please

Say I made a Java3D game or JOGL game. where all the graphics or calculation is being made? at the server or the user’s personal computer?
Thank u

Applets run on the client side but can communicate back to the originating server without breaking out of the sandbox.

You might want to have a gander at http://www.javagametome.com/