Skip to content

sormuras/bach-demo-lwjgl

Repository files navigation

⌨ Bach + Lightweight Java Game Library

A demo of building a modular application with Bach based on GET STARTED/HelloWorld by LWJGL 3.

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

About

⌨ Bach + Lightweight Java Game Library

Resources

License

Stars

Watchers

Forks

Languages