Dream is a music video done in Ruby with gamebox. Everything is original, be kind. :)
If you just want to watch it: Video on Vimeo
If you want to play with it or hack on it:
- Install Ruby -
ruby
should work gem install bundler
- if you haven't alreadygit clone https://github.com/squarism/dream
cd dream
brew install sdl2 libogg libvorbis
- get gosu deps installed from homebrewbundle install
bundle exec rake
- to run it (it gets this default task from the gamebox rake tasks)
More info on gamebox is at gamebox.io.