You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it at all possible to restructure things such that the egui functionality isn't as tethered to the bevy ECS model? I would like to utilize this crate in a bevy project, but to to me it seems more natural for this inspection functionality to basically consist of:
The base intended use case for this is just to modify my app's preferences, which lives in a ResMut, not a component.
I understand this constitutes a large change, and it probably makes more sense for any result of this change to exist as a fork rather than a direct change to this repo.
The text was updated successfully, but these errors were encountered:
Is it at all possible to restructure things such that the
egui
functionality isn't as tethered to thebevy
ECS model? I would like to utilize this crate in abevy
project, but to to me it seems more natural for this inspection functionality to basically consist of:The base intended use case for this is just to modify my app's preferences, which lives in a
ResMut
, not a component.I understand this constitutes a large change, and it probably makes more sense for any result of this change to exist as a fork rather than a direct change to this repo.
The text was updated successfully, but these errors were encountered: