Open bastianilso opened 2 years ago
Here is an overview of the progress of this issue:
Today I managed to:
I still have some features to add and work on the layout.
Today I managed to:
I failed to make the list that displays the events (top right).
Today I managed to make a list that scrolls automatically to display the current events.
Here is an overview of the this issue's progress:
Today I managed to:
I haven't found a way yet to show only the path near the controller in the bottom graph.
Today I managed to put a background image on an SVG.
Can you remind me what this graphic represents, and what I need to put inside? Thanks
@aldsanms this graphic represent the user's movement inside one or two motorspaces in the game. The number of blue rectangles you need to create depends on how many are in use during the game. You can discover this through the MotorSpaceSize events in the Event CSV and the column MotorSpaceName and the Controller set to Both/Left/Right events. By default the controller in use is the right controller. Note that these can update throughout time and need to adjust accordingly. However, you might find 8-9 events before the game even begins, in which case you should just use the latest update.
The range within each blue rectangle is determined by MotorSpaceWidth
and MotorSpaceHeight
columns. The movement within the rectangle is Controller world position X and Y.
Here is a video of the progress of this issue:
The work on the controller movement visualization is moving forward and I've been thinking about where we might want to go with it. I think we can provide a powerful tool if we can tie a lot of elements together around this notion of playback. Essentially the controller movement visualization could aim to provide a complete understanding of what is happening within the game. The mockup below could be one potential direction.
Each of the elements in the mockup could eventually become interactive - clicking on one element could provide additional details/analytical opportunities for that mockup. This is currently developed completely bottom-up by the way (not based on any scientific litt/evidence). maybe I will have more time to do a proper mockup, but this should be sufficient for now to provide you with a driection @aldsanms 🌵