Yong-Chao Wu

Results 9 issues of Yong-Chao Wu

I think a built-in function for sorting a 2-D field will be useful for taichi user, just like np.argsort in numpy, that will be great! Now ti._kernels.parallel_sort seems to only...

feature request
welcome contribution

* K3D version: 2.16.0 * Python version: 3.8.0 * Operating System: Win 10 ### Description I want to add a label for colorbar when ploting Points. Also sometimes want to...

Polyscope is an exceptional library. I intend to utilize it for visualizing a large number of points (>5,000,000). The default sphere mode is excessively slow on my computer, while the...

enhancement

When I import a points cloud, I want to know the x, y, z directions like this: ![image](https://github.com/nmwsharp/polyscope/assets/77276727/477adbe8-2ac3-4346-8eae-fa25b7c9ddc7) How to implement this in polyscope?

I was unable to locate information on how to select a file in the documentation. Could you please assist by providing a file dialog interface in Python? I found a...

Can you privode support of periodic boundary condition when calculating distances? Just like the **boxsize** parameter in scipy.spatial.Kdtree. Thanks a lot.

Hi, I try to load a point set in XYZ format, while the splashsurf shows wrong particle number, is there anything wrong? The commond I run: ```bash splashsurf reconstruct test.xyz...

Issue: #8334 ### Brief Summary The previous code #8413 had no effect because the value in os.environ can only be a string. This pull request will enable users to disable...

For large scale simulations, an entire trajectory is not easy to check and hard to download it remotely. Providing a way to save each frame can solve this problem. For...