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

SPLOM update #11

Merged
merged 8 commits into from
Mar 16, 2018
Merged

SPLOM update #11

merged 8 commits into from
Mar 16, 2018

Conversation

dy
Copy link
Member

@dy dy commented Mar 8, 2018

Related to plotly/plotly.js#2372 and regl-scatter2d-matrix

  • takes external regl-buffer as positions to reuse memory, for the case of SPLOM
  • separate x/y coordinate for positions
  • snap-points-2d is replaced with point-cluster, that is faster, removes kd-tree dependency, allows for generic trees, selection, picking etc.
  • fixed color buffer issue, that enables IE to display multiple colors, increases performance and reduces GPU memory consumption

TODO

  • SPLOM demo
  • Make sure all plotly tests pass
  • Remove kd-tree, replace picking with used quadtree

@dy dy merged commit 9449400 into master Mar 16, 2018
@dy dy deleted the matrix branch November 16, 2018 19:21
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

Successfully merging this pull request may close these issues.

1 participant