Nicholas Sharp
Nicholas Sharp
Unfortunately I'm not aware of any way to do this, short of a deep rewrite. Perhaps it could be implemented as an additional [rendering backend](https://polyscope.run/building/#backends)? I'm not even sure though,...
Yeah, this is a good idea! A similar feature would be super useful for making movies. A common-case for movies is to pan the camera between a series of "interesting"...
Ha, just now in the last few hours I've been writing code related to #107! I was very confused when I got the notification with it tagged here, what a...
Woah, just saw your screenshot! Looks awesome! Would love for any relevant extensions to get integrated back.
Responding real quick regarding ImGui bindings & userCallback in python, will address other things later: I actually just added some of these last week because I needed them in my...
Hi! Sorry for the delay on this. I took a break from Polyscope development for a while as I was moving and whatnot, but I'm trying to get a new...
Hi! I'd definitely be interested in seeing any efforts to parallelize happly, though before merging such code in to the parser I'd have two concerns: - There are other parts...
Hi! Yes, that message you quoted is just the "setup" message which prints during initial loading. Note that load times should general be not more than a few seconds, even...
Are you in C++ or Python? Unfortunately some of the relevant functions are not currently exposed in the Python bindings, this is definitely coming in the next version release! Otherwise...
Hi! There is some code in a brach here: https://github.com/nmwsharp/diffusion-net/tree/func_corr/experiments/functional_correspondence which you can check out. I'm still in the process of preparing it for a final release---hopefully will be ready...