Drew Naylor

Results 218 comments of Drew Naylor

Or maybe they should be some sort of a GPL license?

Found a repo with Microsoft's Windows Phone samples, one of which is the Tilt Effect that I was looking for: https://github.com/microsoftarchive/WindowsPhoneToolkit/blob/master/Microsoft.Phone.Controls.Toolkit/Effects/TiltEffect.cs If that repo goes down, I forked it: https://github.com/DrewNaylor/WindowsPhoneToolkit/blob/master/Microsoft.Phone.Controls.Toolkit/Effects/TiltEffect.cs...

Found a video that shows how to rotate rectangles about the x, y, and z axes, and it may be useful if I also ensure there are limits when I...

I think it's mostly good now after implementing the deadzone the Metro-UI-CSS has, just need the delay when returning from tilt as mentioned in #153.

This will stay open until it's possible to press down on a button and have it rotate anywhere like an analog stick instead of an 8-way D-Pad, as that's how...

The `tilt` project by rikschennink (https://github.com/rikschennink/tilt) has code for Metro tiles to tilt correctly anywhere on the tile in 360°, and I forked it here: https://github.com/DrewNaylor/tilt Hopefully there's a way...

Maybe it's working better now? Not sure if it just works better on postmarketOS or if lying and saying I'm KDE made it work better.

I think this is all implemented, just have to make sure it works and I can close it.