This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
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:
- Place the corresponing
.dll
,.so
or.dylib
next to your executable. They are located in theLibs/
directory. - Again, place the corresponding
.ndll
next to your executable. They are located in theNDLLs/
directory. - 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.
In case you are using OpenFL, take a look at the OpenFL installation tutorial and examples.