Is there any way to play this on a Macbook trackpad without connecting a USB mouse?
Turn any page into Katamari Damacy
11–20 of 38 posts
Re: Turn any page into Katamari Damacy
#12Woo - 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?
javascript:var i,s,ss=['https://github.com/seancron/kathack/raw/master/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];for(i=0;i!=ss.length;i++){s=document.createElement('script');s.src=ss[i];document.body.appendChild(s);}void(0);
P.S. If you do mind, just let me know and I'll take it down.Re: Turn any page into Katamari Damacy
#13Is there any way to play this on a Macbook trackpad without connecting a USB mouse?
Re: Turn any page into Katamari Damacy
#14Is there any way to play this on a Macbook trackpad without connecting a USB mouse?
On the multi-touch trackpad you can just click with two fingers.
I meant is there a way to change the javascript to use a different button?
Re: Turn any page into Katamari Damacy
#15Is there any way to play this on a Macbook trackpad without connecting a USB mouse?
On the multi-touch trackpad you can just click with two fingers.
* Hold two fingers on middle of track pad
* Click thumb on bottom of track pad; katamari should start to move at this point
* Release two fingers on middle of track pad
* Use single finger to move cursor while still holding down thumbRe: Turn any page into Katamari Damacy
#16Earlier quoted context omitted.
On the multi-touch trackpad you can just click with two fingers.
To elaborate, I got it to work this way: * Hold two fingers on middle of track pad * Click thumb on bottom of track pad; katamari should start to move at this point * Release two fingers on middle of track pad * Use single finger to move cursor while still holding down thumb
Re: Turn any page into Katamari Damacy
#17This 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
#18Is there any way to play this on a Macbook trackpad without connecting a USB mouse?
The easiest way I found was to just move the cursor where you want the ball to go, then right click. Repeat.
Re: Turn any page into Katamari Damacy
#19Earlier quoted context omitted.
On the multi-touch trackpad you can just click with two fingers.
I tried that, but it works too slowly to continually press with two fingers next to the ball. I meant is there a way to change the javascript to use a different button?
Re: Turn any page into Katamari Damacy
#20Woo - 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.