Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 701 Bytes

File metadata and controls

19 lines (13 loc) · 701 Bytes

Dream

Dream is a music video done in Ruby with gamebox. Everything is original, be kind. :)

image

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 already
  • git clone https://github.com/squarism/dream
  • cd dream
  • brew install sdl2 libogg libvorbis - get gosu deps installed from homebrew
  • bundle 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.