(programming) Golang & OpenGL
I wanted to try out programming a GPU from Golang.
I discovered that someone already created an OpenCL library for Golang.
https://github.com/Nv7-Github/gocl
I tried creating a very basic program, just to test it.
I couldn't get it to work yet.
I just tired to make it work with the version of OpenCL that you can install through Ubuntu.
It seems as if that OpenCL Golang package is expecting a different version of OpenCL.