-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance Optimizations and Viewport Feature (#135)
* bind viewport to graph * bind viewport to graph bounds && comments * first LOD optimizations * minimap optimizations * quickfix simple_draw after invisible check * added connector LOD * first mousehandler optimizations (only highlight when close) * mousehandler highlighting optimization (only redraw on change) * arrowhead LOD * fixed connectors rendered when invisible * fixed edges rendered even if not visible * added loading animation for relayout tasks * added missing loading animation for settings change * fixed mousehandler highlighting and solved state-outline performance issues * changed state LOD formula * removed adaptiveHideContent option from user settings menu * reworked user settings menu, added curved edges setting, added adaptiveStateHiding setting again with a warning * checked all lod occurrences * added loading animation to settings menu
- Loading branch information
1 parent
d686768
commit 8df3afc
Showing
8 changed files
with
902 additions
and
341 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.