Go to file
faiface 33eb8496d8 rename all XyNum -> NumXys (number of Xy) 2016-12-21 22:29:23 +01:00
pixelgl rename all XyNum -> NumXys (number of Xy) 2016-12-21 22:29:23 +01:00
.gitignore add gitignore 2016-12-16 19:32:56 +01:00
LICENSE Initial commit 2016-11-19 12:15:34 +01:00
README.md Initial commit 2016-11-19 12:15:34 +01:00
geometry.go add Rect 2016-12-05 23:19:31 +01:00
graphics.go rename all XyNum -> NumXys (number of Xy) 2016-12-21 22:29:23 +01:00
input.go add input handling methods (keyboard, mouse) 2016-12-21 20:18:38 +01:00
monitor.go execute monitor stuff on main thread 2016-12-16 01:11:00 +01:00
picture.go add texture smoothiness 2016-12-21 20:51:05 +01:00
run.go move GLFW init from Run to NewWindow 2016-11-25 23:12:01 +01:00
transform.go rename Mat3->Mat, InvMat3->InvMat in Transform 2016-12-21 20:32:52 +01:00
util.go change float64 to float32 in colorToRGBA 2016-12-01 17:54:27 +01:00
window.go add input handling methods (keyboard, mouse) 2016-12-21 20:18:38 +01:00

README.md

pixel

A simple and fast desktop multimedia/gamedev library.