Native gateway between OS UI & Golang with minimum dependencies.
- Windows management
- Keyboard input
- Mouse input
- Linux
- Windows
- MacOS
- export CGO_ENABLED=1
- sudo apt install gcc
- sudo apt install -y libx11-dev
- go build -o bin/nui ./main.go
- go build -o bin/nui.exe -ldflags="-H=windowsgui"