Monkey to Monkey2 guide?

About Monkey 2 Forums Monkey 2 Programming Help Monkey to Monkey2 guide?

This topic contains 6 replies, has 4 voices, and was last updated by  Mark Sibly 1 year, 10 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8677

    raph
    Participant

    Is there a reasonably current guide on porting or moving from Monkey-X to Monkey 2?

    If not, what are the main things to worry about when doing such a port?

    #8680

    Pakz
    Participant

    I think I have not seen any tutorials on the differences of monkeyx and monkey2.

    I have not ported much yet. But I only had to do minor adjustments with small files.  The switch to monkey2 from monkeyx is not that difficult in my opinion. If you want to use the more advanced monkey2 features then you would probably need to rewire more if you convert ‘larger’ monkeyx projects.

    #8682

    Mark Sibly
    Keymaster

    It’s old but there’s this:

    #8684

    raph
    Participant

    Thanks!

    Going through docs, it looks like another difference is there’s no reflection yet?

    #8685

    Simon Armstrong
    Participant

    Reflection may be work in progress and not yet documented and the module looks a bit empty but there is a reflectiontest.monkey2 file in the bananas folder.

    #8688

    Mark Sibly
    Keymaster

    Reflection is mostly in…

    (This is in language manual too).

    However, the current implementation is a bit ‘bulky’, both in terms of compile times and app size so YMMV.

    #8689

    Mark Sibly
    Keymaster

    Reflection is mostly in…

    (This is in language manual too).

    However, the current implementation is a bit ‘bulky’, both in terms of compile times and app size so YMMV.

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

You must be logged in to reply to this topic.