Creating an Archetype through FFI? #1271
Answered
by
cart
safasofuoglu
asked this question in
Q&A
|
Hello! I am experimenting with building a scripting layer on top of bevy (another language, through FFI). I know what I'm describing is a non-goal for bevy, just looking to figure out whether I can build on top of bevy or write a custom ECS. Problem:
Current approach:
@cart do you think it's theoretically possible to create archetypes this way? If not, would you suggest a way to fork/modify bevy_ecs to make it work? |
Answered by
cart
Jan 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might be interested #623 and #635. I'm also currently working on a Bevy ECS core rewrite, which should make this type of integration even cleaner.