Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Jakob,
I'm a big fan of bevy-inspector-egui. I just released bevy_minibuffer, which is a gamedev console. Because I'm always reaching for bevy-inspector, I thought I'd try to integrate it with minibuffer. I've added a few posts with videos to bevy's discord #showcase: post 1 and post 2. You can play with the example:
This pull request isn't really ready to merge. I'd more like to invite a discussion as to where you think this functionality should go? The options I've considered for minibuffer integrations are these:
This PR is currently in the mold of option 1. but I feel like there are a number of cons:
Option 2. doesn't seem bad but would probably just be a stop gap before going ultimately to option 3.
So in writing this up I think I've convinced myself that option 3. is probably best. Still I'd be happy to hear what kind of "mod" crate names you'd choose for bevy_inspector_egui.
Thanks for your time.
-Shane