SpaceFX
SpaceFX copied to clipboard
Just a simple tiny space game written in JavaFX
Automatic module `jpro.webapi` requires ["badass"](https://badass-jlink-plugin.beryx.org/releases/latest/) magic for `jlink` to work. > The badass-jlink plugin takes a more pragmatic approach by combining all non-modular dependencies into a single jar. This way,...
SpaceFX works fine on iPhone, however, when deploying to an iPad (Mini 4), it crashes due to a very big background image: ``` new Image(getClass().getResourceAsStream("backgroundL1.jpg"), 700 * BKG_SCALING_FACTOR, 3379 *...
when i try to run it , i got this: Exception in Application constructor Exception in thread "main" java.lang.RuntimeException: Unable to construct Application instance: class eu.hansolo.spacefx.SpaceFX at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:890) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)...
I tried to use the build-app.sh but got some errors. One is: build_app.sh: line 69: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/jlink: No such file or directory I got the directory but it does not contain...