JWebAssembly support for UI #57
Unanswered
houssemradhouane
asked this question in
Q&A
Replies: 1 comment
-
Currently never has implements the Graphics and Graphics2D interface for Webassembly. This can theoretically be realised via the Canvas or OpenGL API in JavaScript. This interfaces are essential for Swing component. But also if this would be down. It does not make sense for me. There would be no mouse and keyboard events. If you want develop a UI for the browser then you must do it via the DOM. See also the FAQ and the Hello World sample (live) (source). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to take Swing components of Java and compile them into wasm?
Beta Was this translation helpful? Give feedback.
All reactions