https://github.com/donuts-are-good/roku-fyne
i broke my roku remote so i made a new one with go and fyne
https://github.com/donuts-are-good/roku-fyne
fyne go golang hacktoberfest roku
Last synced: 10 days ago
JSON representation
i broke my roku remote so i made a new one with go and fyne
- Host: GitHub
- URL: https://github.com/donuts-are-good/roku-fyne
- Owner: donuts-are-good
- License: mit
- Created: 2023-07-27T02:45:45.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-25T00:22:31.000Z (over 1 year ago)
- Last Synced: 2025-04-12T21:13:01.067Z (10 days ago)
- Topics: fyne, go, golang, hacktoberfest, roku
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
  
# roku-fynei 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