rapidsai / node

GPU-accelerated data science and visualization in node
https://rapidsai.github.io/node/
Apache License 2.0
187 stars 20 forks source link

React/regl client app for displaying point-in-polygon point clouds. #436

Open thomcom opened 2 years ago

thomcom commented 2 years ago

This app will display 2d point clouds that are returned from an api-server I/O routine.

The app will display a background image that scales and translates with the GL view, displaying points that are contained within the viewport and culling the rest.

Part of the demo will provide an option to disable view translation but retain the viewport culling, so that points are culled from the center of the display, demonstrating the culling.

Depends on https://github.com/rapidsai/node/pull/427

Steps remaining:

I am going to split this PR up into one for the api-server updates and one for the particles app. There are also updates to sigma.js that need to be pushed to their own PR.