-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Move the already existent tools into bevy_dev_tools and creation of new ones #12351
Copy link
Copy link
Closed as not planned
1 / 41 of 4 issues completedClosed as not planned
1 / 41 of 4 issues completed
Copy link
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeC-Tracking-IssueAn issue that collects information about a broad development initiativeAn issue that collects information about a broad development initiativeD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes
Metadata
Metadata
Assignees
Labels
A-Dev-ToolsTools used to debug Bevy applications.Tools used to debug Bevy applications.C-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or changeC-Tracking-IssueAn issue that collects information about a broad development initiativeAn issue that collects information about a broad development initiativeD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with BevyS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes
What problem does this solve or what need does it fill?
After #11341, we now have a canonical place to store our native tools in a better way
What solution would you like?
The moval of the following tools:
- Aabb gizmos: #12354- Light gizmosAnd the creation of the new tools, like the following ones:
What alternative(s) have you considered?
None
Additional context
Message related of which tools we can try to move first:
https://discord.com/channels/691052431525675048/789987800014651412/1215063888064938064
See #11341 for more information.