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

Timeline becomes useless pretty quickly #5

Open
ChrisKnott opened this issue Oct 6, 2018 · 0 comments
Open

Timeline becomes useless pretty quickly #5

ChrisKnott opened this issue Oct 6, 2018 · 0 comments
Labels
design New design idea or request engineering Idea for how to implement Algojammer efficiently

Comments

@ChrisKnott
Copy link
Owner

Most algorithms will very quickly just become full lines of squares on every line. This needs to show more useful information at zoomed out scales.

This is an engineering challenge because there might be millions of steps that can't be rendered individually. The current rendering is smooth because it relies on the fact that squares merge into each other.

One nice design might be some kind of "heatmap" that shows the density of the visits to that line, rather than just flat colour. This would require a clever data structure to do efficiently.

@ChrisKnott ChrisKnott added design New design idea or request engineering Idea for how to implement Algojammer efficiently labels Oct 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design New design idea or request engineering Idea for how to implement Algojammer efficiently
Projects
None yet
Development

No branches or pull requests

1 participant