-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add features of Grapher to Grapher OpenGL #2
Comments
About the installation process, I found out the following:
Moreover, it needs to have system specific subfolder in the jars subfolder (e.g. for windows64):
For Mac the natives would need to be in
For Linux the native would need to be in
|
The support for Grapher styles is now partial: the colors are abided, but not the shape. |
There is now the zoom box which is nice. |
I also tried to harness multiple platforms. I am hitting a roadblock with mac I will test later how it works on Window. |
I can confirm that Grapher styles work under windows that do not consider the shape. |
I am not sure, if you were referring to making a selection with a rectangular box or to the Zoom behaviour pressing the |
This seems to do the job for me on Windows. Tried both starting from IntelliJ and starting as a plugin from within Fiji. |
I created a PR (#3) to check out |
Can be used with:
https://github.com/mastodon-sc/mastodon/tree/opengl-grapher-beta-31
https://github.com/stefanhahmann/mastodon-grapher-opengl/tree/adapt-to-beta-31
PR on https://github.com/mastodon-sc/mastodon-grapher-opengl:
https://github.com/mastodon-sc/mastodon-grapher-opengl/pulls
State:
I Made a comparison on a large dataset (~200.000 Spots). Rendering a view that contained all spots and edges in the existing Grapher took ~800ms on my machine. Rendering in the OpenGL Grapher took 1-2ms on my machine.
Known Missing Features in OpenGL Grapher:
Drawing of Labels when zooming inUsing shape set in Preferences for drawingDrawing animationsZ
buttonInvestigate
Comparison
Grapher OpenGL:
Grapher:
The text was updated successfully, but these errors were encountered: