[haXe] Screenweaver HX and Java?
Nicolas Cannasse
ncannasse at motion-twin.com
Wed Dec 5 10:55:21 CET 2007
Jules Suggate a écrit :
> Hi Nicolas,
>
> Again, thanks to you and Edwin for SWHX. I'm pretty excited at the
> prospect of programming "on the bare metal" again :) My higher-ups are
> also very excited at the potential of contributing to this technology.
>
> Before I can estimate the effort accurately, I need to know what parts
> of the container can be reused as-is, what parts are haXe specific, and
> what parts can be reused with modifications.
SWHX C sources are pretty small, since it's only 8 files (62KB) plus one
"system" file per OS which implements an abstract API.
The api.c file implements the binding between Neko and the SWHX system,
so I guess you'll have to rewrite entirely this part by using JNI. Other
parts should be abstract but maybe there's some Neko-specific usage here
and there.
Best,
Nicolas
More information about the Haxe
mailing list