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

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

Open
wants to merge 158 commits into
base: main
Choose a base branch
from

Conversation

thomcom
Copy link
Contributor

@thomcom thomcom commented Oct 5, 2022

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 #427

Steps remaining:

  • Clean up into 2-3 PRs
  • Add mouseEvents for translation and scale
  • Aim camera at "window center" and rescale points based on window size
  • Bind translation and scale to GL view
  • Bind translation and scale to background texture
  • Load a background image into a regl buffer for the texture
  • Add a large datasource to api-server
  • Add an api-server endpoint to feed data via arrow
  • Load points buffer in app via arrow
  • Rearrange coordinate systems

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.

@@ -0,0 +1,4903 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should remove this file before merging

yarn.lock Outdated Show resolved Hide resolved
Copy link
Collaborator

@trxcllnt trxcllnt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should remove the file at modules/demo/particles/src/logo.svg too.

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.

None yet

2 participants