a hotkey board for desktop touchscreens

Noah Vogt df7af92d60 disable program exit on esc key press hai 8 meses
config d37df7db67 automatically resize button label size + remove fontsize config subentry + add icon + add borderless config hai 11 meses
ui d37df7db67 automatically resize button label size + remove fontsize config subentry + add icon + add borderless config hai 11 meses
util 6a45615d11 split VulcanBoard.py into modules + add gitignore hai 11 meses
.gitignore 6a45615d11 split VulcanBoard.py into modules + add gitignore hai 11 meses
ConfigEditorApp.py e6579ecdf9 add config + widget hai 10 meses
LICENSE 51b0778330 init commit hai 1 ano
README.md 5c281b5122 fix hexcolors + use gui error exit hai 11 meses
Settings.py ee024cd9e4 add version with draggable buttons hai 11 meses
VulcanBoard.py df7af92d60 disable program exit on esc key press hai 8 meses
api.pdf 0523cdf1d7 add api comments + api hai 10 meses
api.xopp 0523cdf1d7 add api comments + api hai 10 meses
config.diff 4e3b83ac65 add confif acutally hai 10 meses
config.yml 4e3b83ac65 add confif acutally hai 10 meses
icon.ico 332053cf07 add ico hai 11 meses
icon.jpg d37df7db67 automatically resize button label size + remove fontsize config subentry + add icon + add borderless config hai 11 meses
vulcanboard.kv 5c281b5122 fix hexcolors + use gui error exit hai 11 meses
widget.py e6579ecdf9 add config + widget hai 10 meses

README.md

VulcanBoard

A hotkey board for desktop touchscreens.

There are many hotkey solutions and programs like that use either

  • physical devices (Elgato StreamDeck) or
  • touchscreens (LioranBoard, MacroDeck, StreamPi)

They are often very bloated but lack basic features like

  • multitouch support for the desktop client
  • asynchronous command execution
  • a fullscreen mode

They also crash way too often, so especially given their intended use for livestreaming production that greatly values stability, VulcanBoard aims to be a rock-solid alternative.

Installation

To setup you need to have python3 installed. In addition, to install the dependencies using pip:

pip install pyyaml kivy

Project State

It is currently still under heavy development, here are some planned changes:

  • add documentation for the configuration and use of VulcanBoard
  • add gui window to configure keys
    • add multiple boards to config.yml
    • add edit history cache
  • add button merging
  • add possibility to choose the font family used for button texts
  • add rounded corners for buttons
  • use constants / constant dict for default values
  • add folders
  • add button signals (changing button color / text based on certain conditions)