I'm looking at jPCT as a possible engine to use for a complex java game i have in development now. but before I jump into it full steam, i was wondering if there were any tutorials using this software that I could look at to get a better idea of how to use it. Also I have some questions about using swing in conjunction with a jPCT world. My game would only have a section that would be 3d and the rest would be basic menus. If it possible to use swing and jPCT at the same time, would it be possible to expand a swing display to full screen?
thanks to whoever answers this
Jonathan
The jPCT API download (http://www.jpct.net/download.htm) includes serval examples and a api documentation.
You can use swing and jPCT. You could, for example draw the 3D world on one panel and the swing components on other panels.