Mojo 2 changes and an Android question

About Monkey 2 Forums Monkey 2 Development Mojo 2 changes and an Android question

This topic contains 2 replies, has 2 voices, and was last updated by  Xaron 2 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4724

    Xaron
    Participant

    Hey Mark,

    I just read about your fantastic mojo 2 changes (e.g. normal maps). Will these come for Monkey 1 as well or is this Monkey 2 exclusive?

    Another question: When I move from Monkey 1 to Monkey 2 I have some modules which are for Android and use the SDK there. I guess I MUST use the NDK here with Monkey 2 because of that C++ thing, right? So no chance to use the Java libraries anymore for Android?

    #4738

    Mark Sibly
    Keymaster

    Will these come for Monkey 1 as well.

    Nope.

    So no chance to use the Java libraries anymore for Android?

    The plan is to write a little ‘interpreter’ on the java side using reflection so you can execute java code from c++ simply by going JavaExec( “blah” ) or something, but this is some time off yet.

    #4768

    Xaron
    Participant

    Thanks Mark, so regarding this Java stuff (later!): When I have a wrapper for a 3rd party solution which only works with the SDK it could be possible to continue to use that with Monkey 2?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.