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

Web visualizer #94

Open
1 of 6 tasks
japorized opened this issue Feb 2, 2025 · 0 comments · May be fixed by #95
Open
1 of 6 tasks

Web visualizer #94

japorized opened this issue Feb 2, 2025 · 0 comments · May be fixed by #95
Assignees
Labels

Comments

@japorized
Copy link
Collaborator

This is the tracking issue for implementing a visualizer on the website. Musings and explorations abound!


Plan (WIP)

  • Use Web Workers to
    • Download game history files later problem
    • Parse game histories into data usable for drawing, as frames
    • Store frame data, either in IndexedDB or via localStorage (maybe use localForage/localForage?) (this will be used to facilitate seeking through history)
    • Draw game states in canvas (will likely re-use Implement api to draw on visualizer #54 to track this work)
  • Design a data schema for frame data
@japorized japorized self-assigned this Feb 2, 2025
@japorized japorized added this to Salz Feb 2, 2025
@github-project-automation github-project-automation bot moved this to To do in Salz Feb 2, 2025
@japorized japorized moved this from To do to In progress in Salz Feb 2, 2025
@japorized japorized linked a pull request Feb 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant