-
Notifications
You must be signed in to change notification settings - Fork 66
System-driven UI: UI behavior, wiring and system resolution #11
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
Conversation
Could not find compelling examples that justify the extreme complexity
@geom3trik from discord (https://discord.com/channels/691052431525675048/743663673393938453/834946666984767509) “You could have a component that describes a custom hitbox (for things like circles) and default to bounding box if not there.” |
Notes from Discord. So, the first idea is that we can break this into two chunks: how do we trigger logic, and how do we pass signals around |
Closing this out in favor of a new RFC on the same topic. The callback pattern is extremely compelling, but requires basically a complete rewrite of this. |
RENDERED
Relies on #1, although it is agnostic to the details of how styling works.
Made dramatically more useful with a proper input dispatching solution, as seen in this pre-draft RFC.
A proposal for an ECS-first approach to handling UI behavior and communication using systems.