Skip to content
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

Add support for dynamic text in bubbles #8

Open
NathanLovato opened this issue Jan 4, 2024 · 0 comments
Open

Add support for dynamic text in bubbles #8

NathanLovato opened this issue Jan 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NathanLovato
Copy link
Contributor

Currently, we cannot have code evaluated while the tour is running in text bubbles. It means we can't provide feedback to the user, like showing where a node is placed, or dynamically tell them which node is selected, which could slightly improve the user experience.

This low-priority task is about adding a way to show text evaluated when the user is on a given step.

This should account for:

  • Storing data or text in a previous step and displaying/accessing it later.
  • Changing the bubble text based on some expression or function evaluated when running the step.
  • (optional, to consider) Changing the text in realtime during a step, based on a signal or a function run every frame. This would be to give instant feedback on what the user is doing, to assist them in completing a task, for example.
@NathanLovato NathanLovato added the enhancement New feature or request label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant