Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bevy 0.12 support? #6

Open
ActuallyHappening opened this issue Nov 18, 2023 · 2 comments
Open

Bevy 0.12 support? #6

ActuallyHappening opened this issue Nov 18, 2023 · 2 comments

Comments

@ActuallyHappening
Copy link

Hello, I am considering using this crate to help avoid manually implementing some of its functionality, but I am using bevy 0.12.
Can this be upgraded? Or it is too abandoned?

@inodentry
Copy link
Contributor

I have not really used scenes since bevy 0.10. My impression was that there were a lot of improvements to the APIs in Bevy itself, that allow you to create scenes using more granular selections of entities and components. I didn't think there was much value in this crate anymore, since Bevy has improved so much.

But I'd be happy to revisit it!

I'll have a look.

@ActuallyHappening
Copy link
Author

I didn't use scenes back in 0.10, but right now their API is excellent (except their examples use &mut World which is unavoidable I believe) because you have full control. You can create your own World and do whatever you want. Of course without a library helping you, you end up implementing a lot of the behaviour from this crate manually anyway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants