Added a new visualizer panel for rendering using NEWT for better performance #2602
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The new panel will have a lot better performance than the older AWT variant. It uses far less CPU and doesn't need the frame rate restriction. I am getting 120 FPS with vertical sync enabled.
It also has the benefit of doing anti-aliasing which makes the graphics look smooth.
The NEWT panel is disabled by default, but can be enabled through the visualizer settings and restarting the plugin (close the visualizer window and open it again):
I have seen one issue when the application is forced killed, the application doesn't start properly the next time. In these cases the application needs to be killed again and usually works on the next start. I will investigate this on multiple platforms.