fullaunch

A minimalist, simple fullscreen (or windowed) menu/launcher in CrSFML with controller/joystick support

Prerequisites

Installation

Development

shards install
shards build

Release

shards build --production
sudo cp bin/fullaunch /usr/local/bin
sudo cp bin/fullaunch-windowed /usr/local/bin
sudo cp bin/fullaunch-eventviewer /usr/local/bin

Usage

Create a configuration in ~/.fullaunch/config.yml, use config.yml.example as template. Then use fullaunch (or bin/fullaunch without installation) to run the fullscreen launcher or fullaunch-windowed (or bin/fullaunch-windowed without installation) to run the windowed launcher. Use fullaunch-eventviewer (or bin/fullaunch-eventviewer without installation) to inspect SFML events for joystick bindings configuration.

Development

Code style

The main design principle is SOLID and service object pattern defined as such:

Contributing

  1. Fork it (https://gitlab.com/Phitherek_/fullaunch/-/forks/new)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Merge Request

Contributors