-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi @AlmasB
I've got some notes about the project:
- To Work as a JPro, it must be possible, to instantiate the application multiple times. Currently, I get the following exception when starting the application twice:
java.lang.IllegalStateException: Logger already configured
at com.almasb.sslogger.Logger$Companion.configure(Logger.kt:29)
at com.almasb.sslogger.Logger.configure(Logger.kt)
at com.almasb.fxgl.app.GameApplication.initLogger(GameApplication.java:123)
at com.almasb.fxgl.app.GameApplication.customLaunch(GameApplication.java:82)
I thinks that's something you have to fix inside of FXGL.
- Is it possible to skip the first intro? It currently doesn't perform very well. What are you using in it, which might cause the performance issue?
- This demo is good as a HelloWorld, because the code is quite short, but for the demo-page I think something a bit more complex would work better.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels