Skip to content

But how does it work? #38

Discussion options

You must be logged in to vote

Hey there, I greatly appreciate your interest in this project!

Does everything have to be interned manually? I see some stuff in draft that doesn't seem to be used, but I'm guessing that's generated from mappings.

Not everything has to utilize externs. Haxe automatically generates externs from a JAR for you, and you can view these using the --dump argument (this creates a dump folder containing the generated files). Sometimes there is an issue, in which case I provide a manual correction by creating a Haxe class definition using the extern keyword and the @:native annotation, then redefine the variables and functions from that class.

What are the limitations? Is it likely to support 1.…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@skycatminepokie
Comment options

@EliteMasterEric
Comment options

Answer selected by EliteMasterEric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants