Skip to content

pankona/gomobile_sprite_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gomobile_sprite_test

This repository is for trial of gomobile and sprite.
Goal of this activity is creating small game.

How to build

  • Install glide by go get

  • Export environment variable GO15VENDOREXPERIMENT=1

    • export GO15VENDOREXPERIMENT=1

    • (or edit your .bashrc etc to export the environment variable automatically)

  • Introduce vendor packages using glide

    • $ glide up

    • Then a directory for vendoring will be created automatically, and
      cloning vendor package will start.

  • Build for PC Linux (or OSX)

    • $ go build

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages