An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

image

![donuts-are-good's followers](https://img.shields.io/github/followers/donuts-are-good?&color=555&style=for-the-badge&label=followers) ![donuts-are-good's stars](https://img.shields.io/github/stars/donuts-are-good?affiliations=OWNER%2CCOLLABORATOR&color=555&style=for-the-badge) ![donuts-are-good's visitors](https://komarev.com/ghpvc/?username=donuts-are-good&color=555555&style=for-the-badge&label=visitors)
# 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