Nicholas Sharp
Nicholas Sharp
I merged #313 which adds a popup warning for nan/inf values in input arrays. (we will see if it is too annoying for users to be enabled by default :)...
Hi! Thanks for submitting this. What is the `SPLIT_TESTS` variable? Is that some standard CMake thing?
I've needed this too recently... there's a branch with an initial set of bindings hooking it up here: https://github.com/nmwsharp/polyscope-py/tree/implot Check out https://github.com/nmwsharp/polyscope-py/blob/implot/src/cpp/implot.cpp to see the actual bound functions, in the...
Thanks for submitting this! Can you say briefly what problem this solves (ie what is the current/expected behavior)? We don't really have a consistent policy about what should happen to...
This **does not work** currently. The glsl `isinf()` and `isnan()` functions are not consistently working as expected across various platforms (observed on macOS M3 Pro openGL version: 4.1 Metal -...
Hi, thanks for sharing! Unfortunately it's impossible to make everyone happy when it comes to view navigation, so I have to be a bit opinionated, but there is certainly room...
FYI I just pushed a few commits ending in [61fc32a](https://github.com/nmwsharp/polyscope/commit/61fc32a3f45458a664de3f7f24fce0f3c3950a3a) which change the panning behavior and add the double-click hotkey.
Hi! I'm open to merging support for this, but I don't own a spacemouse nor know how to program for one, so it'd probably require someone who has experience with...
Hi, thanks for reporting. This is wild, something is definitely going very wrong, but I've never seen this one before. Can you share any more details that might give a...
Hi! Thanks for submitting this. Pardon the delay. > ImGui_ImplOpenGL3_DestroyFontsTexture Right now this library uses ImGui 1.91.9b, which looks to be before this change. Next time we bump the dependency...