From 900e8a6ac5797deb5155560154dfe6e3704f6e1d Mon Sep 17 00:00:00 2001 From: Andrew Russell Date: Fri, 23 Feb 2018 22:26:33 +1000 Subject: [PATCH] Add a video preview image and link to the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56d0a36..5bf7935 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ FNA Template FNA Template is a simple, cross-platform way to start new projects using FNA (http://fna-xna.github.io/), Ethan Lee's excellent reimplementation of Microsoft XNA Game Studio. +[![Demonstration Video](http://img.youtube.com/vi/lNw-9S_GdW8/0.jpg)](http://www.youtube.com/watch?v=lNw-9S_GdW8 "FNA Template Demonstration") + It has been tested with Visual Studio 2010 (on Windows) and Visual Studio Community 2017 (on macOS), and should work with other versions of Visual Studio, MonoDevelop, or directly with MSBuild. It uses MonoGame's content pipeline for building assets (except shaders), but does not use MonoGame at runtime. It does NOT require XNA or XNA Game Studio.