diff --git a/README.md b/README.md index 2f165d3..18cba54 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Game Development](#game-development) - [Generation & Generics](#generation--generics) - [GUI](#gui) + - [Hardware](#hardware) - [Images](#images) - [Logging](#logging) - [Machine Learning](#machine-learning) @@ -247,6 +248,12 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. * [walk](https://github.com/lxn/walk) - Windows application library kit for Go. +## Hardware + +*Libraries for interacting with hardware.* + +* [gobot](https://github.com/hybridgroup/gobot) - Framework for robotics, physical computing, and the Internet of Things + ## Images *Libraries for manipulating images.*