Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 695 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 695 Bytes

(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