Open Voidoz opened 1 year ago
I was thinking the exact thing ..
is more sustainable
All the hard work has been done by @MaikKlein
the code gen just needs to shim out the code and then tap into it
Yep that is quite important for the future of this project see also https://github.com/MaikKlein/unreal-rust/issues/22
Is the goal to create language bindings . For js, golang , etc ?
if yes then I have done it for golang if that helps?
Here is a demo example:
Was thinking it might be possible to use the rust-bindgen package to generate ffi instead of writing it manually... Thoughts?