www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: flosizzle on August 20, 2004, 09:21:11 pm

Title: preliminary quesions about jPCT and swing components
Post by: flosizzle on August 20, 2004, 09:21:11 pm
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
Title: preliminary quesions about jPCT and swing components
Post by: Bart on August 22, 2004, 11:02:24 am
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.