Skip to main content
Image

r/JavaFX


Map building for a simple 2d game
Map building for a simple 2d game
Help

so I was building a simple 2d game. There will be a map as well for the character to move around and interact with other npc's. Now for the map building I am getting difficulty to configure what to use... There is Tiled and some resources said to use ImageView...

I am new to javafx and this is one of the university project. If you have any idea or even a suggestion regarding this please feel free to comment it.
Thanks for your help!


If earning more money on your savings sounds good to you, we got you covered. Get a boosted APY for 6 months with a Premium Savings Account.
Image If earning more money on your savings sounds good to you, we got you covered. Get a boosted APY for 6 months with a Premium Savings Account.



CEFFX: Prebuilt natives added - no need to compile anything
CEFFX: Prebuilt natives added - no need to compile anything
Showcase

We recently introduced our CEFFX project (a library for integrating the Chromium Embedded Framework into JavaFX) and it was well received. Based on that feedback, we decided to simplify its usage by providing prebuilt native libraries. This allows you to use the library without having to compile anything yourself.

All native binaries are packaged into the ceffx-natives module using classifier names similar to those in OpenJFX:

  • linux (ubuntu-22.04 runner)

  • win (windows-2022 runner)

  • mac (macos-15-intel runner)

  • mac-aarch64 (macos-15-arm64 runner)

The last one (mac-aarch64) will be available once the runner becomes free... eventually :)

The README contains detailed instructions on how to use them, and the overall flow is illustrated in this demo diagram:

Before the release, it is necessary to use our snapshot repo. Tested on Linux and Windows.