Skip to content

pietdaniel/gl_maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Maze

A simple gl maze in go

Getting this to go run is easy:

apt-get install golang libglew1.6-dev pkg-config libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
go get github.com/banthar/Go-SDL/sdl
go get github.com/go-gl/gl/v2.1/gl
go run main.go

Keys

i: zoom in
o: zoom out
escape: exit
UP: + rotate x
DOWN: - rotate x
LEFT: + rotate y
RIGHT: - rotate y
z: - rotate z
shift + z: + rotate z
w: + translate z
s: - translate z
d: + translate x
a: - translate x
q: + transalte y
e: - translate y

====

note: does not run well on macosx atm

About

A maze generator in go using go-gl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages