Skip to content

Commit

Permalink
Demote macOS to a secondary target, remove Stadia from the list entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 30, 2024
1 parent 94e74b0 commit cde1d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="post-title">About FNA</h1>

<p>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.</p>

<p>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.</p>
<p>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.</p>

<p>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!).</p>

Expand Down

0 comments on commit cde1d17

Please sign in to comment.