Skip to content

Vysp3r/Beamline

Beamline

A simple and modern game launcher

Stars License

Don't forget to star the repo if you are enjoying the project!

✨ Features

TODO

📦️ Installation methods

None for now

🏗️ Building from source

Requirements

Linux
  1. Install all dependencies

  2. Clone the GitHub repo and change to repo directory

    git clone https://github.com/Vysp3r/Beamline.git && \
      cd Beamline
  3. Build the local source code as a native application

    ./scripts/build-native.sh
    
    # Alternative: Runs application after the build.
    ./scripts/build-native.sh run
  4. (Optional) Install the application

    cd build-native
    ninja install
  5. Run the application

    cd src && \
    ./beamline

📖 Wiki

The wiki is not yet built

🌐 Translate

You can translate Beamline by modifying the PO files directly

🙌 Contribute

Please read our Contribution Guidelines

All contributions are highly appreciated.

👥 Contributors

Contributors

About

A simple and modern game launcher

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Contributing

Stars

Watchers

Forks

Releases

No releases published