Game Development Community

Java with tge & tge advanced?

by suddysud aka mrclean · in Torque Game Engine · 05/20/2007 (6:44 pm) · 2 replies

Is it possible to use java to develop a game with tge & tge advanced ?

Or must one stick with the torquescript or cplusplus.


Stephen

#1
05/20/2007 (7:22 pm)
"Possible" is one of those funny words.

You can't do anything with Java in TGE/TGEA out of the box. If you really wanted to, you could probably wrap the entirety of TGE in JNI calls, and access it via Java like a native library, similar in concept to the way one of the Torque/Python resources. But it would require a LOT of C++ code to do it, and I'm not really sure what would be gained.
#2
05/20/2007 (8:22 pm)
Java makes life so much more productive for a programmer