Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://m-schuetz.github.io/webgpu_pointcloud/
A WebGPU point cloud rendering example
https://m-schuetz.github.io/webgpu_pointcloud/
Last synced: 5 days ago
JSON representation
A WebGPU point cloud rendering example
- Host: GitHub
- URL: https://m-schuetz.github.io/webgpu_pointcloud/
- Owner: m-schuetz
- Created: 2020-01-18T16:33:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T17:20:50.000Z (almost 4 years ago)
- Last Synced: 2024-11-01T02:11:34.468Z (6 days ago)
- Language: JavaScript
- Size: 286 KB
- Stars: 36
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webgpu - WebGPU point cloud - by [Markus Schütz](https://github.com/m-schuetz) - [repository](https://github.com/m-schuetz/webgpu_pointcloud) (Demos / Try out WebGPU)
README
# WebGPU point cloud
A WebGPU point cloud rendering test
* Tested in Chrome Canary 81.0.4031.0 on Windows 10 with the ```chrome://flags/#enable-unsafe-webgpu``` flag enabled. You may also need to update your GPU drivers.
* Code based on cube example from https://github.com/cx20/webgpu-test (MIT license)
* Uses the ```point-list``` primitive topology to render each point as a single pixel.
* Dataset: 3,954,696 points (134MB)
* The demo loads ~4M points in batches of 100,000 points from an LAS file.Demo: http://mschuetz.potree.org/webgpu_pointcloud/index.html