mirkosertic / Bytecoder

Framework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.
https://www.mirkosertic.de/blog/2017/06/compiling-bytecode-to-javascript/
Apache License 2.0
897 stars 58 forks source link

Add JavaFX support #515

Open blackjyn opened 3 years ago

blackjyn commented 3 years ago

I would like to say thank you so much for this project. :+1: It opens lot of possibilities now.

I tried to run a simple JavaFX 11 source code that loads FXML source file. When I tried to transpile using Bytecoder, it seems works until it halts: bytecoder-jfx

Exec: java --module-path "D:\devsdk\JAVAFXs\javafx-sdk-11\lib" --add-modules=javafx.controls,javafx.fxml -jar bytecoder.jar -classpath=. -mainclass=application.Main -builddirectory=. -backend=wasm_llvm -minify=false

Env:

mirkosertic commented 3 years ago

Related to #250