feat: add basic renderer

This commit is contained in:
2023-04-29 13:58:59 +02:00
parent 3c4955cee6
commit a8676ff39f
9 changed files with 164 additions and 16 deletions

View File

@@ -27,18 +27,17 @@ app {
updates = aggressive
jvm {
extract-native-libraries = true
extract-native-libraries = false
system-properties = {
"org.lwjgl.librarypath" = <libpath>
// "org.lwjgl.librarypath" = <libpath>
"org.lwjgl.util.Debug" = true
}
// Required options because module is converted to jar (https://github.com/hydraulic-software/conveyor/issues/55)
options += "--enable-native-access=ALL-UNNAMED"
options += "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
modules = [javafx.base, javafx.controls, javafx.fxml]
// options += "--enable-native-access=ALL-UNNAMED"
// options += "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
// modules = [javafx.base, javafx.controls, javafx.fxml]
}
}
app.windows.console = true
conveyor.compatibility-level = 8