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

2D support #6

Open
AlCappaccino opened this issue Feb 24, 2024 · 2 comments
Open

2D support #6

AlCappaccino opened this issue Feb 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@AlCappaccino
Copy link

Right now I can see this only works for 3d rendering and with 3d physics (bevy_xpbd_3d) would it be possible to make it 3d/2d agnostic?

@mbrea-c mbrea-c added the enhancement New feature or request label Feb 27, 2024
@mbrea-c
Copy link
Owner

mbrea-c commented Feb 27, 2024

I'd like to add 2d support, though I'm thinking I might have to use 2d/3d sub-crates like xpbd does (if nothing else, to choose the appropriate xpbd dependency). Better ideas are welcome of course. Support for 2d cameras will also be needed, though I haven't worked with 2d in Bevy yet so I'm not sure how much it diverges from the 3d side.

This is not needed in my projects at the moment, but I get that it's a blocker for many so I'll try to work something out at some point after the 0.13 migration.

@artokun
Copy link

artokun commented Aug 29, 2024

2d would be nice.

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

No branches or pull requests

3 participants