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 timeline visualisation #9

Closed
5 tasks done
saul opened this issue Feb 3, 2016 · 2 comments
Closed
5 tasks done

Add timeline visualisation #9

saul opened this issue Feb 3, 2016 · 2 comments
Milestone

Comments

@saul
Copy link
Owner

saul commented Feb 3, 2016

A timeline visualisation should be added with the following features:

  • Support multiple sessions within a single visualisation
  • Slider representing time within the game, allowing the user to 'scrub' through game time
  • Events should be able to be visualised on the slider (e.g., round_start). The events to be shown on the slider should be user selectable.
  • Spatial events should be able to be plotted on the overview (as connected lines)
  • Spatial events should be able to be plotted on the overview (as disparate points)
@saul saul added this to the Spr/6 milestone Feb 3, 2016
@saul
Copy link
Owner Author

saul commented Feb 12, 2016

Portions completed in a648dc5

@saul
Copy link
Owner Author

saul commented Feb 14, 2016

Added connected line visualisation in 027ba34

saul added a commit that referenced this issue Feb 15, 2016
Timeline visualisation is now only redrawn when necessary (as opposed to using
requestAnimationFrame and clearing/redrawing per frame) to improve
responsiveness of the application.
@saul saul closed this as completed Feb 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant