Skip to content

Commit

Permalink
rider docs
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Aug 17, 2024
1 parent 9413ddd commit 7732b21
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 8 deletions.
29 changes: 22 additions & 7 deletions articles/getting_started/2_choosing_your_ide_rider.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,31 @@ This is a guide on setting up your development environment for creating games wi

By the end, you will be fully equipped to start creating games with MonoGame using Rider.

> [!IMPORTANT]
> The only development environment that MonoGame officially supports on Mac/Linux is [Visual Studio Code](https://code.visualstudio.com/).
>
> [Visual Studio for Mac will be discontinued](https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/) by Microsoft in August 2024. At that time, [Visual Studio Code](https://code.visualstudio.com/) will be the only development environment supported by MonoGame on macOS.
## Install Rider

---
You can download and install Rider from: [https://www.jetbrains.com/rider/download](https://www.jetbrains.com/rider/download)

## Install Rider
## Setting up Rider for development with MonoGame

- Open up terminal (or Powershell on Windows)
- Run the following command to install templates:
```sh
dotnet new install MonoGame.Templates.CSharp
```

## Creating an empty project

1. Open up Rider
2. Click on the "New Solution" button

![Download .NET For Windows](./images/1_setting_up_your_development_environment/rider_new_solution_button.png)

3. Select "MonoGame Cross-Platform Desktop Application" on the list on the left

![Download .NET For Windows](./images/1_setting_up_your_development_environment/rider_new_solution_dialog.png)

## Setup stuff??
4. Press "Create"
5. You can now press F5 to compile and debug you game, happy coding :)

## Next Steps

Expand Down
2 changes: 1 addition & 1 deletion articles/getting_started/2_choosing_your_ide_vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ By the end, you will be fully equipped to start creating games with MonoGame usi
dotnet new mgdesktopgl
```
4. When VS Code asks you about automatic creation of launch / task files, press yes
5. You can press F5 to compile and debug you app, happy coding :)
5. You can now press F5 to compile and debug you game, happy coding :)

## Next Steps

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7732b21

Please sign in to comment.