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
Or must one stick with the torquescript or cplusplus.
Stephen
About the author
Torque Owner Brian Hill
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.