Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Getting Started

turupawn edited this page Feb 6, 2019 · 2 revisions

Instead of building the wrapper yourself, you can download precompiled binares on the releases tab. Once you have done that, follow this steps:

  1. Place the corresponing .dll, .so or .dylib next to your executable. They are located in the Libs/ directory.
  2. Again, place the corresponding .ndll next to your executable. They are located in the NDLLs/ directory.
  3. Import the ModioWrapper.hx file it in your Haxe project.

Once this is done, you can call all the static functions under the ModioWrapper class. See the Main.hx example for details and the wiki for the list of implemented functions so far.

OpenFL

In case you are using OpenFL, take a look at the OpenFL installation tutorial and examples.

Clone this wiki locally