A simple and modern game launcher
Don't forget to star the repo if you are enjoying the project!
TODO
None for now
Requirements
- git
- ninja
- meson >= 1.0.0
- desktop-file-utils
- gtk4
- libadwaita >= 1.6
- json-glib
- libsoup
- libarchive
- libgee
- libnm
- libportal
- libportal-gtk4
- upower-glib
Linux
-
Install all dependencies
-
Clone the GitHub repo and change to repo directory
git clone https://github.com/Vysp3r/Beamline.git && \ cd Beamline
-
Build the local source code as a native application
./scripts/build-native.sh # Alternative: Runs application after the build. ./scripts/build-native.sh run -
(Optional) Install the application
cd build-native ninja install -
Run the application
cd src && \ ./beamline
The wiki is not yet built
You can translate Beamline by modifying the PO files directly
Please read our Contribution Guidelines
All contributions are highly appreciated.