Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/csutorasa/go-openrgb-sdk

OpenRGB SDK go client
https://github.com/csutorasa/go-openrgb-sdk

Last synced: about 2 months ago
JSON representation

OpenRGB SDK go client

Awesome Lists containing this project

README

        

# go-openrgb-sdk

This library implements the [OpenRGB SDK](https://gitlab.com/OpenRGBDevelopers/OpenRGB-Wiki/-/blob/stable/Developer-Documentation/OpenRGB-SDK-Documentation.md). It is recommended to use server protocol version 1 at least (OpenRGB version 0.5 or newer).

## Install

Go 1.18 is the minimum supported version.

```sh
go get github.com/csutorasa/go-openrgb-sdk
```

## Example

Examples can be found in the [example](example) directory.