Using Monogame without Xamarin

I want to develop a mobile game using monogame. Do i need to use xamarin? Can I create a game without xamine, as in unit3d? Thanks for answers.

+4
source share
2 answers

Some of the platforms you can configure MonoGame on are:

  • Windows / WinPhone / WinStore / ...

You can use .Net to install on Windows and therefore do not need to use Mono or Xamarin

  • OS-X

You can use the non-commercial version of Mono for the target OS-X, using the older (open source) MonoMac and OpenTK, or if you need access to more current OS-X apis than Indie (or higher). A Xamarin.Mac license is required.

  • Android / iOS

Indie ( ) Xamarin.iOS / Xamarin.Android

, 30- Xamarin, .

+4

, Microsoft Xamarin , Xamarin. MonoGame Xamarin .

MonoGame.Portable, 3.2.99-Beta PCL.

0

Source: https://habr.com/ru/post/1613010/


All Articles