/exercises.arcade-rs

Going through: http://jadpole.github.io/arcaders/arcaders-1-1/

Primary LanguageRust

arcade-rs

Going through the tutorial (http://jadpole.github.io/arcaders/arcaders-1-11/)

installing dependencies (mac os x)

$ brew install sdl2
$ brew install sdl2_image
$ brew install sdl2_ttf

Add this to ~/.bash_profile:

export LIBRARY_PATH="$LIBRARY_PATH:/usr/local/lib"