Author Topic: preliminary quesions about jPCT and swing components  (Read 3836 times)

flosizzle

  • Guest
preliminary quesions about jPCT and swing components
« 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

Offline Bart

  • byte
  • *
  • Posts: 11
    • View Profile
    • http://home.deds.nl/~svg
preliminary quesions about jPCT and swing components
« Reply #1 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.
o java or not to java