ammer

Introduction

Diagram: ammer overview ammer Haxe code C++ HashLink Java ... hxcpp HL runtime JVM ... C externs HL FFI JNI ... native library

ammer is a Haxe library which brings native libraries (.dll, .dylib, .so) to a variety of Haxe targets without requiring the user to manually write similar but slightly different extern definitions and target-specific stub/glue code.

It is intended to be a tool for Haxe library creators. The goal is for end-users to be able to install a native library and its corresponding ammer library, then be able to use the native library in Haxe code on any ammer-supported platform.

Next: Overview »