diff --git a/index.html b/index.html index 45f8a92..08de231 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@

About FNA

Our goal is to preserve the XNA game library by reimplementing XNA itself, with an incredible focus on accuracy. We want to reproduce XNA as it was made by Microsoft, while providing an experience that feels "at home" on all of our target platforms. We don't use game-specific hacks in our code: either we do it right or we don't do it at all.

-

Because our platform focus is exclusively on fully open platforms, our primary focus is on the desktop. To that end, FNA supports Windows, macOS, and GNU/Linux with a single assembly file. We don't use preprocessor conditionals for platforms; our platform model requires that we build a library that works on any platform, regardless of where it was built. When you build an FNA title with Visual Studio, you can expect it to function on Windows, Mac, and Linux with that one set of output assemblies. Additionally, FNA has support for iOS, tvOS, Xbox (One, Series S|X), Nintendo Switch, and Google Stadia.

+

Because our platform focus is exclusively on fully open platforms, our primary focus is on the desktop. To that end, FNA supports Windows and GNU/Linux with a single assembly file. We don't use preprocessor conditionals for platforms; our platform model requires that we build a library that works on any platform, regardless of where it was built. When you build an FNA title with Visual Studio, you can expect it to function on Windows and Linux with that one set of output assemblies. Additionally, FNA has support for macOS/iOS/tvOS, Xbox (One, Series S|X), and Nintendo Switch.

We also strictly use Free Open Source Software in FNA. The FNA project will not act as a gateway into proprietary products; you should be able to freely do what you wish with our software and the software that we use to provide what we believe is an incredibly important project in preserving XNA and the games that were built with them. While it is certainly possible to use FNA to target closed platforms and technologies, we do not want to impose those restrictions on our development process (and consequently, your development process!).