Skip to content

Tobi-Mob/Nez-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

(WIP) Unofficial dotnet-template for nez

Creates a FNA/Monogame based Nez project.

Documentation on manual setup and prerequisites can be found in the official repositories:

How to install

git clone https://github.com/Tobi-Mob/Nez-Templates.git -depth 1
dotnet new --install Nez-Templates/Template

How to use

Create a FNA based Project

dotnet new nez -o MyGame

Create a Monogame base Project

dotnet new nez -o MyGame -f MG38