You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wondering if there's been any addition to the UI libraries that you mentioned in your announcement post or any instructions around how this was done: For example, we’ve played with implementing java.awt.Graphics2D and running Swing on top of it—seems to work fine.
Being able to work with a library like this while still being able to write reasonable UI controls would be amazing.
The text was updated successfully, but these errors were encountered:
Also, David Gilbert works on Graphics2D implementation that could power Swing in the future too (it’s not his primary focus, but might be a side-effect of his work) https://github.com/jfree/skijagraphics2d
Just wondering if there's been any addition to the UI libraries that you mentioned in your announcement post or any instructions around how this was done:
For example, we’ve played with implementing java.awt.Graphics2D and running Swing on top of it—seems to work fine.
Being able to work with a library like this while still being able to write reasonable UI controls would be amazing.
The text was updated successfully, but these errors were encountered: