<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">I wonder, is the architecture independent part of JavaFX written in 100% Java? If so, would it be possible to write a minimal architecture implementation using Java2D/AWT, so many JavaFX apps could run with just the standard JVM?<div><br></div><div>I see the repo stats say that ~73% of JavaFX is written in C/C++, and obviously Java2D wouldn’t help with the 3D features or WebView, but a “software only” JavaFX version could be interesting and let many JavaFX apps run in the browser with CheerpJ.</div><div><br></div><div>jeff</div><div><br></div><div>PS - I did ask AI, but it’s unclear to me whether the architecture independent code drops into C before it uses platform dependent code. I’m guessing that it does.</div><div><br></div><div><a href="https://chatgpt.com/share/6973d226-513c-8013-bcc1-0b70ec07a465">https://chatgpt.com/share/6973d226-513c-8013-bcc1-0b70ec07a465</a></div><div><br></div></body></html>