Hajime Hoshi 40b35fdec3 Update version (1.0.0) | 9 年之前 | |
---|---|---|
_docs | 9 年之前 | |
ebitenutil | 10 年之前 | |
example | 10 年之前 | |
internal | 10 年之前 | |
testdata | 10 年之前 | |
.gitignore | 10 年之前 | |
.travis.yml | 10 年之前 | |
affine.go | 10 年之前 | |
colorm.go | 10 年之前 | |
colorm_test.go | 10 年之前 | |
doc.go | 10 年之前 | |
gamecontext.go | 10 年之前 | |
geom.go | 10 年之前 | |
geom_test.go | 10 年之前 | |
graphics.go | 10 年之前 | |
graphicscontext.go | 10 年之前 | |
image.go | 10 年之前 | |
image_test.go | 10 年之前 | |
input.go | 10 年之前 | |
keys.go | 10 年之前 | |
license.txt | 10 年之前 | |
readme.md | 10 年之前 | |
run.go | 10 年之前 | |
ui.go | 10 年之前 | |
version.txt | 9 年之前 |
:; brew install glew
:; brew install glfw3 # or homebrew/versions/glfw3
:; go get -u github.com/hajimehoshi/ebiten
:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
:; go run rotate/main.go
:; cd $GOHOME/src/github.com/hajimehoshi/ebiten/example
:; go build -o=example blocks/main.go
:; ./example -cpuprofile=cpu.out
:; go tool pprof ./example cpu.out
See license.txt.