Anyone have experience with jPCT

I am looking to make a game using the engine but, as with most engines, the documentation isn’t very useful… I have spent quite some time pouring over the java docs and have a fairly good understanding of the implementation; so I’m not at a complete loss, but still… has anyone used the engine successfully and want to share?

I’ve used it quite a bit - it’s very nice! Were you looking for anything specific? The forum’s very helpful.

actually yeah. I asked this on the forum but no response yet. http://www.jpct.net/forum2/index.php/topic,2619.0.html

The features page says you can integrate it with awt / swing, I just wanted to know how to do that. What do you do, direct screen output to a canvas or something?

Other than that, nothing too specific. I do really like the intuitive design on this engine, very easy to get use to the methods.

EgonOlsen is its author and he also frequents this forum a lot :slight_smile:

Yep, I got a few answers outa him. I ended up staring at the example code long enough to figure it out! (was doing this anyway)

-Just stare at the code long enough and you will find everything you need, and if everything you need isn’t there… well, welcome to programming my friend!