• R/O
  • HTTP
  • SSH
  • HTTPS

Tags

Frequently used words (click to add to your profile)

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

Go で書き直した Ikemen


File Info

Révision 53f9115b467eef9935fc90e1178e44c5c835bf20
Taille 393 octets
l'heure 2019-01-26 16:53:39
Auteur suehiro
Message de Log

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