Skip to content
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

UI Libraries #127

Open
Folcon opened this issue Aug 11, 2021 · 1 comment
Open

UI Libraries #127

Folcon opened this issue Aug 11, 2021 · 1 comment

Comments

@Folcon
Copy link

Folcon commented Aug 11, 2021

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.

@tonsky
Copy link
Collaborator

tonsky commented Aug 11, 2021

No, not yet. Window management library is coming alogn, though: https://github.com/jetbrains/jwm

As for Swing example, it’s here: https://github.com/JetBrains/skija/blob/master/examples/scenes/src/SwingScene.java

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants