views:

62

answers:

1
+1  Q: 

MT4J on Android?

A quick Google search hasn't yielded any answers to this:

Are there any factors that would prevent me from developing on Android using MT4J?

A: 

I am currently looking into porting MT4j to the Android platform and identifying what would have to be modified. MT4j in its current form is targeted at desktop only.
e.g.: - replace/remove all dependencies on java awt/swing - abstract OpenGL calls to allow OpenGL ES backend - remove/replace opengl calls unsupported by OpenGL ES - remove/replace dependencies on Java libraries/classes not available on Android

The goal would be to be able to use your existing MT4j scenes without changes on the MT4j Android port. Im hoping to get to this soon, help is appreciated =)

Chris
@Chris : Thanks for the response! Let me know how it goes - I have put this one on the backburner.
bguiz