bind icon indicating copy to clipboard operation
bind copied to clipboard

Bind Objective-C/Swift and Java/JNI code to Haxe without writing glue code manually.

Results 2 bind issues
Sort by recently updated
recently updated
newest added

The idea would be to create a `bind.json` file that provides all required information to actually make and `iOS`/`Android` extension work with `Haxe`. For instance, on `iOS`, it would allow...

enhancement

At the moment, the (Haxe compatible) class that wraps Objective C objects is written in C++ (taken from HXCPP itself). This is a problem in a sense that it increases...

enhancement