## Geometry Viewer

The Geometry Viewer is a standalone single page web application that can be user to visualizer and explore VTP files. The only requirement is the single [HTML] file without any web server. This application can be use to load vtp file and use geometry rendering to render them.
The current vtp supported format is __ascii__, __binary__ and __binary+zlib__ compression.

Some sample files can be found [here](https://data.kitware.com/#collection/586fef9f8d777f05f44a5c86/folder/59de9dd58d777f31ac641dc3)

Also using extra argument to the URL allow to view remote VTP like the links below:
- [diskout.vtp](https://kitware.github.io/vtk-js/examples/GeometryViewer/GeometryViewer.html?fileURL=https://data.kitware.com/api/v1/item/59de9de58d777f31ac641dc5/download) 471.9 kB
- [diskout-stream-ascii.vtp](https://kitware.github.io/vtk-js/examples/GeometryViewer/GeometryViewer.html?fileURL=https://data.kitware.com/api/v1/item/59e12daa8d777f31ac645568/download) 1.13 MB
- [diskout-stream-binary.vtp](https://kitware.github.io/vtk-js/examples/GeometryViewer/GeometryViewer.html?fileURL=https://data.kitware.com/api/v1/item/59e12d848d777f31ac645553/download) 844.4 kB
- [diskout-stream-binary-zlib.vtp](https://kitware.github.io/vtk-js/examples/GeometryViewer/GeometryViewer.html?fileURL=https://data.kitware.com/api/v1/item/59e12d948d777f31ac64555c/download) 501.3 kB
- [Earth.vtp](https://kitware.github.io/vtk-js/examples/GeometryViewer/GeometryViewer.html?fileURL=https://data.kitware.com/api/v1/item/59ee68d98d777f31ac64784b/download) 1.17 MB

[HTML]: https://kitware.github.io/vtk-js/examples/GeometryViewer/GeometryViewer.html
