Roy Velich

Results 7 issues of Roy Velich

Hi, Let's say that my directive uses another element directive as its root element. For example: ``` Some content with multi-transclusion... ``` It seem that when trying to do so,...

Hi, First, thanks for sharing your project. I run into a problem when trying to compile the project. When I try to build the dependencies, I get the following error...

Hi, I am running a simple embarrassingly parallel loop using `joblib.Parallel`, where each worker is processing a 3D mesh. The processing is pretty heavy, that is, each worker is reading...

I have created an example of how to integrate pygfx with pytorch lightning and pytorch geometric, so one can train a graph neural network on a 3D mesh and render...

Hi, Is it possible today, using the python bindings, to compute/comb a cross field on a 3D mesh using an input of brush strokes that define the cross field on...

Hi, I want to use `igl.nrosy` but it seem to be not available. What's the status of it? You do mention it in the python tutorial notebook though. Are there...

wontfix
missing-binding

Hi, Does polyscope support subplots? That is, rendering multiple independent scenes, each inside its own frame (but within the same window). Something similar to [this feature](https://pygfx.readthedocs.io/en/stable/_gallery/feature_demo/scene_subplots2.html#sphx-glr-gallery-feature-demo-scene-subplots2-py) of pygfx. If there...