FXGLGames icon indicating copy to clipboard operation
FXGLGames copied to clipboard

This repo contains sample games built with FXGL

Results 18 FXGLGames issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.11.1 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.11.1&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...

dependencies

I just read your JavaMagazin article and wanted to play with some of the examples and checked out the repository. Personally I'd consider it to be cool if all of...

Hi: Openjdk 16 is released and it supports ZGC which could make gc pause lower than 1ms so is it possible to enable ZGC by default? ```xml -XX:+UseZGC ``` thx

Hi: We have successfully run the game but it seems like there is a problem when we exit the game then the cursor image will become a mess any idea...

Hello Almas, I am just playing with some JavaFX examples using JEP330 launching, as I found for my first experiments, that basically launch(YourAppClass.class, args) works with on-the-fly classloading. I quickly...

Message: /home/rene/.openjfx/cache/fxgl-11/libSDL2.so: libsndio.so.6.1: cannot open shared object file: No such file or directory Type: UnsatisfiedLinkError ```Method: NativeLibraries.load() Line: Native Method java.lang.UnsatisfiedLinkError: /home/$user/.openjfx/cache/fxgl-11/libSDL2.so: libsndio.so.6.1: cannot open shared object file: No such...

When we add this service, it will count every hit of this repo. And this will guide us more about the visitors each day and will indicate the total views....

- [ ] UI circle needs to bind to new ball each time, currently it's bound to the first spawned ball and does not work after new level - [...

``` org.openjfx javafx-maven-plugin 0.0.4 true 2 true true ${source.version} FlappyBird FlappyBird FlappyBird/com.almasb.fxglgames.flappy.FlappyBirdApp ``` I used jlink to generate executable binary , but when I execute command ,it reported the error:...

I spotted http://almasb.github.io/FXGLGames/ on reddit, and tried out the first example listed: GeometryWars. I cloned FXGLGames, changed directory to GeometryWars, executed `mvn package` which succeeded, and ran the jar with...