chanzuckerberg / scatter-demo

demo scatter plot using webgl and regl
MIT License
2 stars 0 forks source link

not really an issue, just wanted to share our similar work #1

Open cornhundred opened 6 years ago

cornhundred commented 6 years ago

Hi,

Very nice demo, I was able to run it easily using

budo index.js --open --live -- -t es2020

I just wanted to share with you our similar work on an interactive 2D heatmap, Clustergrammer2-alpha, which is also similar to pixel-grid. You can see a demo with some MNIST data here. You might find the customized camera (courtesy of @rreusser) we're using useful.

Cheers, Nick

rreusser commented 6 years ago

The code for that camera turned out pretty rough, but I just love using it on an ipad with the pinch and rotate gestures… https://rreusser.github.io/demos/regl-sketches/016/. Greg Tatum taught me the value of writing and using code rather than feeling the need to publish it, so I'm glad you're finding it useful! Glad to hear feedback/ideas/uses! đŸ˜„

cornhundred commented 6 years ago

@rreusser yeah very useful and thanks for sharing again :)