Install giu
masterTo use giu, you must have a C/C++ compiler installed and your environment must support OpenGL 3.3. Follow the specific instructions for your operating system:
MacOS
- Install Xcode command line tools:
xcode-select --install - Get the package:
go get github.com/AllenDang/giu
Windows
- Install mingw.
- Add the
mingw64\binfolder to your systemPATH. - Get the package:
go get github.com/AllenDang/giu
Linux
Install the required development libraries based on your distribution, then use go build.