polyscope
polyscope copied to clipboard
A C++ & Python viewer for 3D data like meshes and point clouds
Hi, thx for this great lib. Could you also add a port to [VCPKG](https://github.com/microsoft/vcpkg) dependency manager for easier usage? Please find attached how the port should look like for your...
Hi, does the polyscope supports 3d text label visualization? e.g. add a label for each vertex of some testing mesh, it's really useful for debugging and testing.
Would be great if there was a way to set the camera to focus on the currently selected element. This would really help with debugging. Especially useful if there's a...
When iterating on the development of some algorithm, it's common to repeatedly re-load Polyscope; in some cases, the user has to set the same options over and over again (e.g.,...
Hi there. I'm trying to use polyscope on Google Colab, but after installing with pip and running the following code: ```python import polyscope as ps # Initialize polyscope ps.init() ###...
Hello, I really like the polyscope. But it seems that the polyscope has no mouse event interaction like the [things in Open3D](http://www.open3d.org/docs/latest/tutorial/visualization/interactive_visualization.html?highlight=mouse)? For me, at least, I need to be...
Hi, Just played a little polyscope with point cloud data. To get a good matcaps result for point cloud like [here](https://jakubuhlik.com/docs/pcv/docs.html), it seems that quite much points (might be millions...
e.g. set a known bounding-box. This should probably also be exposed in the UI somewhere. This is very necessary when crazy outliers can make the visualization useless.