https://github.com/tricked-dev/linkpad
Linkpad is a tool to create a gui for a bunch of "macros" you have defined / or from the presets .
https://github.com/tricked-dev/linkpad
Last synced: about 1 year ago
JSON representation
Linkpad is a tool to create a gui for a bunch of "macros" you have defined / or from the presets .
- Host: GitHub
- URL: https://github.com/tricked-dev/linkpad
- Owner: Tricked-dev
- Created: 2024-01-01T09:31:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T18:27:44.000Z (about 2 years ago)
- Last Synced: 2025-01-16T10:17:16.612Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 6.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Linkpad
image::./public/preview.png[]
Linkpad is a tool to create a gui for a bunch of "macros" you have defined / or from the presets .
It can be used to:
* Change scenes in obs
* Pause stream
* Run keybinds
* Close currently open application
* Take screenshots
* Send notifications
* Run API requests
* Open specific applications
All can be done via lua but we provide a bunch of templates that you can use if you dont want to program anything, you can use this application perfectly fine without knowing lua!
== TODO:
* Implement config options per module
* Implement a standard set of modules you can enable
* Ability to have pictures in modules work properly
* Add tray to tauri app and make it no longer just a backend
* Somehow make tauri open the site on the desktop and 0.0.0.0
* Make edit mode a actual option and possibly limit host access
* Probably many other things :-)
== Contributing:
All contributions are welcome feel free to implement new features and make a pull request or add some new documentation about something that might be unclear.
Pull requests fixing less than 5 typos will not accepted - If you want to fix typos find them all thanks!