Deborah Schmidt

Results 38 comments of Deborah Schmidt

Hi Robert, thanks for the questions and links, I'll look into it! Btw, here is a PR with some improvements from the discussion in the last PR https://github.com/imagej/tutorials/pull/79 Another quite...

@haesleinhuepf cool! I added a readme and template to #79. Let me know if it's useful or needs improvement!

Thanks @ctrueden! @haesleinhuepf, do you plan to continue with the scripts or should I continue from you branch https://github.com/imagej/tutorials/commits/adding_scripting_templates? Should we go over it together at some point?

@maarzt sure, that does not stop us from having something here too.

@maarzt There is none yet, it's just this repo. My prototype howto page is not installed anywhere. I have an idea though for a simpler github pages version, I'll give...

Looks like in both cases the services are not discovered (based on the forum post, the SCIFIO NullPointerException during the tests is thrown [here](https://github.com/scifio/scifio/blob/master/src/test/java/io/scif/formats/AbstractFormatTest.java#L140)). Running `mvn test` on both repos...

I have probably the same issue - when commenting out the instances in the Particle Demo and just displaying the single cone node, I just see weird artefacts.

But it says `sciView.addNode(master);` in the demo, why should it not be displayed? Here is how the demo without the instances looks like for me (you also see how the...

Yes, you are absolutely right, the black screen just comes from the floor becoming invisible. So that's not an example of the black screen described in the other issue, I...

On Linux and Java 8, [sciview always uses the `OpenGlRenderer`](https://github.com/scenerygraphics/sciview/blob/master/src/main/java/sc/iview/ui/SwingMainWindow.kt#L72-L73). I switched to OpenJDK 11 (where the `VulkanRenderer` is picked by default) and the glitches are gone, but the viewer...