MaikKlein / unreal-rust

Rust integration for Unreal Engine 5
Apache License 2.0
2.11k stars 78 forks source link

Q: Could you use Bevy ECS? #24

Closed ScottKane closed 1 year ago

ScottKane commented 1 year ago

Is the ECS managed from the C++ side of the plugin or could bevy's ECS be integrated instead from rust side? The ergonomics of their ECS would be awesome in UE

stephanbuys commented 1 year ago

@ScottKane the bevy ECS is used, see https://github.com/MaikKlein/unreal-rust/blob/main/unreal-api/Cargo.toml

ScottKane commented 1 year ago

@stephanbuys just got round to digging into the code deeper and noticed that, will be awesome to see where this plugin goes