Skip to content

Instantly share code, notes, and snippets.

View elliotmr's full-sized avatar

Elliot Morrison-Reed elliotmr

  • Bosch Engineering GmbH
View GitHub Profile
@quillaja
quillaja / camera.go
Created February 16, 2018 07:27
Camera for Pixel graphics library
package main
import (
"math"
"github.com/faiface/pixel"
"github.com/faiface/pixel/pixelgl"
)
// An interal type to store 2 related numbers, a low and high bound.