golang-ui / nuklear

This project provides Go bindings for nuklear.h — a small ANSI C GUI library.

Home Page:https://github.com/vurtun/nuklear

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL 2.1 Support Broken

r0l1 opened this issue · comments

Compiling the example with the OpenGl 2.1 backend works, but running the example results in a blank window. The background color is set, but no UI is drawn.

How to test:

  1. Replace gogl import from v3.2-core to v2.1
  2. Build with go build -tags opengl2 or go build -tags "sdl2,opengl2"