Greggman

Results 495 comments of Greggman

I uploaded a new version that seems to be work in builds. At least for me. It's still generating a few errors behind the scenes after you stop and start...

Try this. ``` sudo nano /Applications/HappyFunTimes.app/Contents/hft/public/css/controllers.css ``` Look for ``` * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; } ``` delete the...

Hey there. Sorry you're running into so much trouble. Are you seeing this on both iOS and Android or just one or something else? I'll try again in Android

Can you try installing version 0.0.46? http://superhappyfuntimes.net/install

sorry about that but if you want help you need to give more that "you broke my stuff". How about a [Minimal Complete Verifiable Example](https://meta.stackoverflow.com/a/349790/128511) that repos the issue

Interesting idea. It looks like it has the hardware but would probably have to be flashed with a new OS. I'd be a little worried about all the network traffic...

I don't think the server is going to be the bottleneck. To remove the lag it seems like the games themselves would have to run on the Chromecast.

There's nothing in twgl to do that.

I don't know what you were trying to do but I found this article http://www.reedbeta.com/blog/quadrilateral-interpolation-part-1/ and used to make this https://jsfiddle.net/greggman/s68vfden/

Also there's this https://jsfiddle.net/greggman/g4bwu68k/