**NOTICE** This library is very young, and may be subject to API breaking changes. It should stabilize within the next few weeks. **NOTICE**
Package draw2dui offers useful tools for drawing and handling UIs in Golang using draw2d with OpenGL.
Install golang. To install or update the package draw2dui on your system, run:
go get -u github.com/redstarcoder/draw2dui
These are instructions for building on Linux. This library should be able to compile on whatever you can make gl and glfw compile on though.
Target: Linux
go build
Target: Windows
First install mingw, then run something like this:
CC=x86_64-w64-mingw32-gcc CGO_ENABLED=1 GOOS=windows go build
- redstarcoder wrote this library.
- Laurent Le Goff wrote draw2d.