MonoGame tvOS Sample available

I thought I’d mention this given there is no nuget/compiled .dll for tvoOS: I’ve just uploaded a new sample to Xamarin’s sample gallery which serves as an empty template for tvOS.

I’m sure with Xamarin Studio 6 being fully released soon, tvOS will join the rest of the platforms as a distributed .dll, but in the meantime this should get people started:

https://developer.xamarin.com/samples/mobile/MonoGameTvOs/

–Vic–

2 Likes

Is there sample code to use the remote or does it already use MonoGame’s inputs?

For future readers, a dedicated input guide is available on Xamarin’s website here:

From glancing at that article, currently MonoGame uses the GamePad class, for the remote it uses a DPaD, A, and X buttons… Not sure why X was chosen over B, as A/B is the default for menus in the majority of XNA games.