Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MonoMac - Game Center

Are the Game Center APIs implemented in MonoMac?

If not, is there a recommended path for creating C# bindings for them?

like image 394
jonathanpeppers Avatar asked Nov 04 '22 09:11

jonathanpeppers


1 Answers

The open source MonoMac does not include bindings for GameKit (or the more recent frameworks included in Lion or Mountain Lion).

bmac, like the MonoMac equivalent to MonoTouch's btouch, are the same tools that we (Xamarin) use to create bindings - everything is possible using them.

UPDATE: The new Xamarin.Mac, a superset of MonoMac, includes bindings for GameKit (and other frameworks previously only available in MonoTouch).

like image 96
poupou Avatar answered Nov 09 '22 12:11

poupou