Turn any page into Katamari Damacy
kathack.com
Turn any page into Katamari Damacy
1–10 of 38 posts
Re: Turn any page into Katamari Damacy
#2I loved this a lot more than I probably should have.
Re: Turn any page into Katamari Damacy
#3Woo - nice to see this on HN (I'm one of the creators).
EDIT: We're serving this off ec2 + apache. It's all static html + js. Any quick tips for speeding things up?
Re: Turn any page into Katamari Damacy
#4[deleted]
Re: Turn any page into Katamari Damacy
#5This thing is hilarious! I love how this renders the picked up objects so well; it really shows if you try to pick up images! Nice work!
Re: Turn any page into Katamari Damacy
#6Is there any way to play this on a Macbook trackpad without connecting a USB mouse?
Re: Turn any page into Katamari Damacy
#7Woo - nice to see this on HN (I'm one of the creators). EDIT: We're serving this off ec2 + apache. It's all static html + js. Any quick tips for speeding things up?
You might try nginx instead of apache - it's a lot lighter for serving static content.
Re: Turn any page into Katamari Damacy
#8Woo - nice to see this on HN (I'm one of the creators). EDIT: We're serving this off ec2 + apache. It's all static html + js. Any quick tips for speeding things up?
If it's static, serve it directly from S3, and turn on cloudfront for even better delivery.
Re: Turn any page into Katamari Damacy
#9Is there any way to play this on a Macbook trackpad without connecting a USB mouse?
Ctrl-Click == right-click.
Re: Turn any page into Katamari Damacy
#10Woo - nice to see this on HN (I'm one of the creators). EDIT: We're serving this off ec2 + apache. It's all static html + js. Any quick tips for speeding things up?
Unless you have a very specific need, consider switching to a web server more explicitly designed for static content. Nginx takes minutes to install and configure.