question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

FXGL modules to include version information

See original GitHub issue

Listing external modules of project https://github.com/sormuras/bach-fxgl reads like:

  com.almasb.fxgl.all
  com.almasb.fxgl.core
  com.almasb.fxgl.entity
  com.almasb.fxgl.gameplay
  com.almasb.fxgl.io
  com.almasb.fxgl.scene
  com.fasterxml.jackson.annotation@2.12.3
  com.fasterxml.jackson.core@2.12.3
  com.fasterxml.jackson.databind@2.12.3
  com.gluonhq.attach.audio@4.0.11
  com.gluonhq.attach.lifecycle@4.0.11
  com.gluonhq.attach.storage@4.0.11
  com.gluonhq.attach.util@4.0.11
  javafx.base
  javafx.controls
  javafx.fxml
  javafx.graphics
  javafx.media
  kotlin.stdlib

Only Jackson and Attach modules provide compiled version information. Let’s compile the FXGL version into their module as well. Here’s a similar feature request for JavaFX: https://bugs.openjdk.java.net/browse/JDK-8267472 (Perhaps, I’ll raise such a feature request for Kotlin as well…)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
AlmasBcommented, Jul 29, 2021

Ok, I think we can call this a success for module version info, thanks again.

1reaction
sormurascommented, Jul 29, 2021

Using 11+dev-SNAPSHOT as the default version should do the trick.

Read more comments on GitHub >

github_iconTop Results From Across the Web

FXGL | Java / JavaFX / Kotlin Game Library (Engine)
Maven template project if you use Java and/or Kotlin (Java 17+) ... to develop a modular application, here's a complete example of your...
Read more >
AlmasB/FXGL - Gitter
Try right click on your module and check the module is set to 11 ... I now have a warning that says "Error:...
Read more >
FXGl to Picade - Pi4J
In our build we run modules. This module has to be defined in module-info.java. Add all required dependencies for your project here. More...
Read more >
NYJavaSIG - Practical Introduction to FXGL Game Engine
Modern JavaFX provides hardware acceleration support on a range of platforms, including desktop, mobile, and embedded, allowing the ...
Read more >
FXGL 11: Cutscenes Tutorial - YouTube
This is a tutorial that shows how to create and run an in-game cutscene. FXGL : https://github.com/AlmasB/FXGLFXGL Games Showcase: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found