Skip to content

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

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.

2 participants