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

Some misc work. #15

Open
brandon-reinhart opened this issue Jan 16, 2024 · 1 comment
Open

Some misc work. #15

brandon-reinhart opened this issue Jan 16, 2024 · 1 comment

Comments

@brandon-reinhart
Copy link
Collaborator

In my own project I have these things working:

  • aabb calculation on Spine entities
  • bevy_mod_picking on Spine entities (at aabb resolution)
  • a SpineBoneMap convenience component for quickly looking up SpineBone entities by name
  • a SpineSkin component for managing switching between spine skeleton skins
  • a SpineAtlasSprite component which, when attached to a Sprite, lets it render from a spine packed atlas

Is any of this of interest to integrate into the crate?

@jabuwu
Copy link
Owner

jabuwu commented May 3, 2024

I'm interested in anything that makes the Bevy integration more ergonomic. Bonus points if things are opt-in or opt-out.

Support for picking seems like an obvious win.

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