golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.
https://github.com/vurtun/nuklear
MIT License
1.57k stars 98 forks source link

"Failed to get EGL" when running nk-example #17

Closed davidmanzanares closed 7 years ago

davidmanzanares commented 7 years ago

Hi, nk-example fails to run: 2017/05/09 23:18:26 APIUnavailable: EGL: Failed to get EGL display: One or more argument values are invalid

On Linux, with go 1.7... Is this a bug?

davidmanzanares commented 7 years ago

I don't know what was the problem, but I had a previous version of GLFW, I ran: go get -u github.com/go-gl/glfw/v3.2/glfw and it works now