stanistan / exercises.arcade-rs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

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


Languages

Language:Rust 100.0%