bucsi / gombok

Alternative to Stream Deck alternatives - or just a learning project I will abandon in a week or so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gombok

Alternative to Stream Deck alternatives. Changing the client (smartphone) - server architecture to just a server app and the browser on the client device.

Name

gombok in Hungarian means buttons or keys.

TODO

  • Initial concept implementation
    • Discord toggle mute (custom keybind to test unused modifiers)
    • take screenshot (open screenshot select)
  • Button theming
    • CSS
    • button images, or Fork Awesome
  • Button feedback
    • server: return something based on the action
    • client: change button appearance based on response
  • Modular button creation
    • generate buttons from some form of config file
    • create GUI for editing config (maybe?)
  • Security
    • test if only accessible from LAN
    • if not, look into options
      • server secret entered in client?

About

Alternative to Stream Deck alternatives - or just a learning project I will abandon in a week or so

License:GNU General Public License v3.0


Languages

Language:JavaScript 47.2%Language:Python 26.9%Language:HTML 25.9%