-
Now that 0.7 has been released, will there finally be some movement on UI and an editor? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I know its a late reply but the current status of this is yes there is movement but its not going to be very visible to the end user just yet. Our current work is preparing to transition from We are still building core units that we can build on top of, and this is one of them. If you or anyone else wants to help getting the editor-work started sooner, please consider heading over to https://github.com/DioxusLabs/taffy/issues There's quite a few tasks that should be fairly low effort or complexity. |
Beta Was this translation helpful? Give feedback.
-
0.8 is out. Is UI design still paralyzed? |
Beta Was this translation helpful? Give feedback.
-
No! 😄 We've started working on building the UI and as @Nilirad state, we are no longer blocked (and we kind of never were after 0.6). The biggest change now that 0.8 is out is that we're spending some effort on the project management side of things to make sure we remove a lot of the uncertainty of what to focus on at any given time and to not be blocked on the review side of things. You can find the UI Project board here but expect both the project board's contents and how we work with it to change over time. The plan is to expand on what we have and make |
Beta Was this translation helpful? Give feedback.
No! 😄 We've started working on building the UI and as @Nilirad state, we are no longer blocked (and we kind of never were after 0.6). The biggest change now that 0.8 is out is that we're spending some effort on the project management side of things to make sure we remove a lot of the uncertainty of what to focus on at any given time and to not be blocked on the review side of things.
You can find the UI Project board here but expect both the project board's contents and how we work with it to change over time.
The plan is to expand on what we have and make
bevy_ui
a robust and ergonomic UI framework that feels native to the ECS experience but th…