/opengl-go-example

simple OpenGL example with GLFW3 in Go

Primary LanguageGoBoost Software License 1.0BSL-1.0

OpenGL Go Example

GoDoc Go Report Card Stability: Experimental

About

OpenGL Go Example opens a window showing graphics rendered in OpenGL. It is programmed using Go and GLFW. OpenGL Go Example is published on https://github.com/vbsw/opengl-go-example and https://gitlab.com/vbsw/opengl-go-example.

Copyright

Copyright 2020, Vitali Baumtrok (vbsw@mailbox.org).

OpenGL Go Example is distributed under the Boost Software License, version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)

OpenGL Go Example is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Boost Software License for more details.

Compilation

To compile the texture example use

$ go install -tags texture github.com/vbsw/opengl-go-example

References