Top!

New Breed of Samples for MonoGame

New Breed of Samples for MonoGame

April 17, 2014 by Simon Jackson in News

ku-xlarge

One common question surrounding MonoGame has always been the quality of the samples currently maintained in the various branches of the project.

Being an opensource project this has always been a challenge to manage and maintain, sure there are a lot of samples provided by many hard working developers but they were very sporadic and not always kept up to date (some it was noted, don’t even run any more)

Seeing this, the core MonoGame team set out with a purpose to being a new samples repository for the project. Its goals were simple:

It has been an ambitious journey, with a lot of in depth discussions and debates, but now the first of the samples has just been accepted in to the new samples repo.

The first sample is just a taste of what is to come and is born of the already tried and tested Platformer 2D sample from the age old XNA library.

The sample itself isn’t too much to should about as it only implements basic rendering, input and audio capabilities. However it is laid out in such a format and is working on ALL supported platforms, including:

The sample serves as a guide for how to build and manage your game project in a fully multi-platform way with all the code in one place and shared across all projects.

If the platform supports NuGet, then the platform is using the latest MonoGame 3.2 NuGet package. Where NuGet support isn’t available, it references back to the main dev repository (which you’ll need to manually link until the new samples repository is fully integrated with the main repo),

More To Come

The new samples repo isn’t stopping there of course and we welcome anyone to submit new samples to the project so long as they meet the criteria mentioned earlier.

Come one, come all and get involved!

Original post can be found on DarkGenesis

Leave a Reply