You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't checked linc in detail, but as far as I can tell, linc is hxcpp-only. The work needed to support a particular C(++) library seems (I might be wrong!) to involve a lot of work in terms of writing a compatibility layer between Haxe and C++ (converting to/from structs, Bytes, etc).
ammer aims to support more targets than just hxcpp, and make the Haxe externs be as painless as possible. However, it is not yet feature complete, so it cannot do all the things linc libraries do. Soon :)
I just learn snowkit's linc
and there are lot's of lib wrap c or c++ libs.
https://github.com/snowkit/linc_enet
and what I want to ask ,
is ammer better than snowkit or can compatible with snowkit's linc?
The text was updated successfully, but these errors were encountered: