Skip to content

sormuras/bach-demo-fxgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛸 Bach + FXGL

Bach demo based on Basic Game Example by FXGL.

Prepare

  • Download and install JDK 22 or later
  • Clone this repository with submodules

Build

Change into the root directory of your cloned project and call:

java @build

Run via Java Launcher

  • Linux/Mac
java --module-path .bach/out/main/modules:lib --module demo
  • Windows
java --module-path .bach\out\main\modules;lib --module demo

Run via custom runtime image

  • Linux/Mac
.bach/out/main/image/bin/demo
  • Windows
.bach\out\main\image\bin\demo

Using IntelliJ IDEA

  • Install IDEA and optionally set up JDK 22 or later using IDEA's built-in JDK setup wizard
  • Clone this repository with submodules
  • Initially "Run java @build" to restore missing required modules
  • "Run Main" to launch the demo application

About

🛸 Bach + FXGL

Resources

Stars

Watchers

Forks

Languages