PiterWeb / RemoteController

✨ Steam Remote Play 🎮 Alternative powered by P2P 🌐 and the Web
https://remote-controller.vercel.app/
GNU General Public License v3.0
45 stars 5 forks source link

Plugin Support 🧩 #15

Open PiterWeb opened 5 months ago

PiterWeb commented 5 months ago

I am trying to implement a plugin system to add new features (for the moment only planned for the desktop app)

PiterWeb commented 5 months ago

I am looking to implement wazero plugin system so plugins are agnostic to the programming language (and can choose zig,Rust,js,...)and the architecture built in (no matter if you build in Linux arm or Windows x86 because of the use of WASM)

PiterWeb commented 4 months ago

I will try to implement a more simple plugin system without much complexity that will have access to webrtc datachannels and not limited to wasm.

They will be simple dinamicaly loaded .dll or .so