Integrated Dynamics

Integrated Dynamics

63M Downloads

Feature request: Variable Store Custom UI

ukilop opened this issue · 3 comments

commented

Issue type:

  • ➕ Feature request: Variable Store Custom UI

Short description:

A custom UI for the Variable Store would be extremely useful.
My idea being if a variable card in a Variable Store references IDs in that same store, have some indicator.
I made a thing example in paint for what I had in mind:
image

So the lines are simply referenced IDs. so the top middle card (with a chest icon) is referenced by the two cards below it, and the card directly below it is referencing the two cards directly above it.

Something like this would make it easier to read what cards are the starting variables and which are the final results.

commented

I was looking through open tickets/requests. I'm looking for something similar to this, such as a debugger.

It would have a hierarchical layout similar to this but would show the details of each wrapped component.

Without an image, something along these lines as an example:

[Crate Items]:196 = filter({Not Null:193}, {[All Crate Items]:194}) : List
  \ Not Null:193 = Operator(General Is Not Null) : Boolean
  \ [All Crate Items]:194 = Aspect(Items) : List

This is a trivial example but much more sophisticated setups would have a deeper tree.

Perhaps this could even just be a "view" of a variable store, dunno.

commented

I just realized this is covered in #192, #211, #357 and #367 (among others I'm sure).

commented

Great idea!