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

Play mode #59

Open
teodosin opened this issue Dec 26, 2023 · 0 comments
Open

Play mode #59

teodosin opened this issue Dec 26, 2023 · 0 comments
Labels
aspirational A feature idea for the future. enhancement New feature or request foundational A long-term decision or architectural implementation. Worth the extra effort. stale An old issue that may or may not be relevant anymore

Comments

@teodosin
Copy link
Owner

After all the work gone into designing a graph network, it would make sense to provide a curated way to interact with it.

The proposal is to implement a "play mode", where a selection of editor tools would be disabled and nodes could have actions assigned to them that are executed when they are clicked. The network author would choose the ways of interaction allowed in this mode.

The foundational idea here is that for any node, an action can be selected that is performed when the node is clicked in play mode. For example, a click on one node could change the context to that node. A click on another would play an animation in the scene layer. A click on a third would toggle some small area of the network to collapse or expand. A fourth would create a new node next to it.

A play mode could lead to:

  • Performance and presentation capabilities
  • Exporting networks as native executables or wasm apps
  • In-app tutorials for Karta
@teodosin teodosin added enhancement New feature or request aspirational A feature idea for the future. foundational A long-term decision or architectural implementation. Worth the extra effort. labels Dec 26, 2023
@teodosin teodosin added the stale An old issue that may or may not be relevant anymore label Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aspirational A feature idea for the future. enhancement New feature or request foundational A long-term decision or architectural implementation. Worth the extra effort. stale An old issue that may or may not be relevant anymore
Projects
None yet
Development

No branches or pull requests

1 participant