Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
/ modio-haxe-legacy Public archive

Haxe wrapper of the mod.io SDK - a modding API for game developers

License

Notifications You must be signed in to change notification settings

modio/modio-haxe-legacy

Repository files navigation


Note

This plugin is no longer supported or maintained. For questions or integration support, please reach out to developers@mod.io.


mod.io

mod.io Haxe wrapper

License Discord Master docs

This project is a Haxe wrapper of the mod.io SDK. It helps you adding mod functionality to your Haxe games by connecting to the mod.io backend.

mod.io

Getting started

If you are a Haxe game developer and want to add mod.io functionality to your project visit our documentation. Our getting started guide is a good place to start if you are completely new to mod.io.

OpenFL

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

Building

Build the Haxe wrapper from source by following our building instruction guide.

Code contributions

  1. Fork it
  2. Add new features
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
  1. Create a pull request

Reporting a bug

If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Other Repositories

Our aim with mod.io, is to provide an open modding API. You are welcome to view, fork and contribute to our other codebases in use.