Tobias Pietzsch
Tobias Pietzsch
I was more envisioning a scenario where the caller is in full control of all opengl/input/etc handling and just uses scenery for rendering a scene. Like: here is a GLContext,...
I had the same problem and here is a solution/workaround. For AWT to work, the cocoa main loop needs to be started. This can be done outside jnius. Something like...
Bumping parent to pom-scijava-37.0.0 causes the following test failures with `IllegalArgument Invalid service: net.imagej.legacy.LegacyService` @ctrueden any idea what could be going on there and how to fix it? ``` [ERROR]...
Good idea, I support that! I had a look at ejml and I liked it. Pure java and no dependencies. The same seems to be the case for ojAlgo, but...
My feeling is that marker subclasses would be a big big mess. Provisionally, I like `GenericTyped` better. Is anyone familiar with Guava or Guice? They seem to have similar things...
@dscho no. I'm just pointing out that these projects seem to have thought about the same problem and it might be useful to look at their solutions