Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 1.43 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.43 KB

Display Buttons-Windows

A simple way to run macros using your cell phone.

This project is initialy a fork of the [NickAcPT] project (https://github.com/NickAcPT/ButtonDeck-Windows)

This project consists of 5 divisions of responsibility in the same repository.

BackendAPI - Responsible for the backend, and implementation of the interface for lua plugins,communication with extern api services(github and spotify) MoonSharpInterpreter - Lua interpreter used by the backend, to extend an application at the sandbox level. InterfaceDLL - Interface required to create plugins and external dependencies (DLLs) using C # NthMultiLanguage - External library for configuring multiple languages ​​in the frontend layer. ProxyBackend - Communication between Backend events and the frontend Setup - Creating the Display Buttons installer DisplayButtons - Joining all other solutions.

To use Display Buttons, it is necessary to install the client on the Android device

[Client Display Buttons] (https://github.com/brutalzinn/DisplayButtons-Android)

Contributors

  • brutalzinn - System of plugins, events and rewriting of the entire original project.
  • NickAcPT - Original creator of ButtonDeck. Original Creator of ButtonDeck. Original design that DisplayButtons is based on in the beginning
  • MatthewHaskett - Helped with the TCP protocol.