https://visualstudio.microsoft.com/vs/community/ Although it is possible to make games without Visual Studio or Rider, doing so requires advanced knowledge of MSBuild. We recommend downloading and installing Visual Studio Community which is free.
{% hint style="info" %} Mac and Linux users can use FlatRedBall, but in a code-only environment. The FlatRedBall Editor requires Windows. {% endhint %}
At a minimum you need to install .NET desktop development.
https://www.microsoft.com/en-us/download/details.aspx?id=27598 Although this is not required to build and run FlatRedBall games, it is required to use Gum, which is the preferred FlatRedBall UI tool.
(Recommended) .NET 8 SDK
This required if you intend to create FlatRedBall Web projects or FlatRedBall iOS or Android projects. https://dotnet.microsoft.com/en-us/download/dotnet/8.0
(Minimum) .NET 6 SDK
https://dotnet.microsoft.com/en-us/download/dotnet/6.0
Newer Versions of Visual Studio (as of version 17.5.1) install .NET SDK 7.0 or newer which have a bug preventing projects from being loaded in the FlatRedBall Editor. Therefore, you need to manually install .NET 6 SDK if you don't want to use .NET 8.
The most common approach to making FlatRedBall games is to use the FlatRedBall Editor. The Editor can be downloaded from a pre-built .zip file, or it can be built from source. New users should download the pre-built .zip file.
-
Download the latest zip file from https://files.flatredball.com/content/FrbXnaTemplates/DailyBuild/FRBDK.zip.
- Alternatively, the FlatRedBall Editor (no additional tools) prebuilt can be downloaded from Github. This is not recommended for new users, but experienced users can replace the FlatRedball Glue folder with the contents from the built files: https://github.com/vchelaru/FlatRedBall/actions
-
(Optional) Unblock the ZIP file. This will prevent the windows protected your PC warning.
- Right-click the ZIP file and chose Properties
- Check-mark the Unblock option and Click Apply
- Close the Properties window\
-
Unzip the file after downloading
Extract the FRBDK.zip file
-
Go to the folder where the .zip file unzipped to (by default called FRBDK)
-
Open the Run FlatRedBall.bat file (double click it)
If you see the Windows protected your PC dialog, click More info -> Run Anyway
The FlatRedBall Editor should appear.