A Journey of Music

Search

Search IconIcon to open search

Creating a Project

Last updated Mar 20, 2023

To create a MonoGame project, you have to navigate into your project folder and fill this template with the correct arguments:

1
dotnet new <TemplateID> -o <ProjectName>

For Jan, the solution on Fedora being:

1
dotnet new mgdesktopgl -o AJourneyOfMusic

To read, how Jan got the MGCB Editor to run on Linux, read here.