roku-fyne
i broke my roku remote so i made a new one with go and fyne
build instructions
windows
install go if you haven't already.
install fyne:
go get fyne.io/fyne/v2
build with:
go mod tidy && go build
this will create a roku-fyne.exe executable in the same directory.
macos
if you run apple silicon, i might have a binary for you in 'releases'.
install go if you haven't already.
install fyne:
go get fyne.io/fyne/v2
build with:
go mod tidy && go build
this will create a roku-fyne executable in the same directory.
linux
install go if you haven't already.
install fyne:
go get fyne.io/fyne/v2
build with with:
go mod tidy && go build
this will create a roku-fyne executable in the same directory.
license
MIT License 2023 donuts-are-good, for more info see license.md