Maybee Rezbit

Results 60 comments of Maybee Rezbit

Rebased and ready to go (after checks)! 👍

There will probably never be support for cppia as it requires hxcpp's C++ lib to function afaik. Though, alternative scripting solutions are not off the table. The project is mostly...

HScript. I hope to enable a system that allows for extern classes to be wrapped and usable automatically (not possible with either cppia or hscript atm). Performance is slower, but...

Sorry, as far as I can tell, the import data is not provided in the Haxe AST. For Reflaxe/C++, I create an array for each class and every time a...

`haxe.Json` is implemented in pure Haxe, so should be eventually supported. I'm guessing it's not currently supported due to it requiring `Reflect.setField` and `Dynamic` which are not complete atm, but...

Thank you for all your contributions as always! Away from home atm, but will get to them as soon as I can, thanks!

The project produces C++ files. It does not compile the C++ itself, so you can use the files with the emscripten compiler. @:prependContent meta can be used to prepend arbitrary...

This project is currently incomplete! The `Dynamic` type and anything that uses it is currently unsupported, but that will change eventually. You can define extern classes and they should work...

It's not possible right now, it will be eventually.

I can totally do a Rust integration example! I am a huge Rust fan, so would definitely like to try that once this project is a bit more stable. However,...