Skip to content

manveru/opengl-go-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tutorials for OpenGL in Go

Tutorials translated from "NeHe Productions":http://nehe.gamedev.net/ into Go with SDL.

Dependencies

First we need to install the dependencies:

go get github.com/banthar/gl github.com/banthar/glu github.com/banthar/Go-SDL/sdl

Running the examples

You can use go run, like this:

cd lesson01
go run lesson01.go

Please note that starting with lesson06, you have to cd into the directory because we start using external data.

About

Tutorials for OpenGL in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages