• R/O
  • HTTP
  • SSH
  • HTTPS

标签

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Go で書き直した Ikemen


File Info

Rev. 53f9115b467eef9935fc90e1178e44c5c835bf20
大小 393 字节
时间 2019-01-26 16:53:39
作者 suehiro
Log Message

projectileの表示位置とスロー中のポーズを修正

Content

#!/bin/sh
export GOPATH=$PWD/go
go get -u github.com/yuin/gopher-lua
go get -u github.com/go-gl/glfw/v3.2/glfw
go get -u github.com/go-gl/gl/v2.1/gl
go get -u github.com/jfreymuth/go-vorbis/ogg/vorbis
go get -u github.com/timshannon/go-openal/openal
go get -u github.com/faiface/beep
go get -u github.com/hajimehoshi/oto
go get -u github.com/hajimehoshi/go-mp3
go get -u github.com/pkg/errors