Starter project for MoonWorks.
 
 
Go to file
cosmonaut 4b1a9feda1 update to latest MoonWorks API 2022-08-29 22:11:59 -07:00
.vscode update to latest MoonWorks 2022-03-03 11:05:23 -08:00
Content restructure template project generation 2022-01-25 16:25:44 -08:00
src update to latest MoonWorks API 2022-08-29 22:11:59 -07:00
.gitignore remove mono references 2022-03-03 11:06:51 -08:00
CopyMoonlibs.targets fix error copying moonlibs 2022-02-08 17:22:37 -08:00
LICENSE initial commit 2021-04-04 14:01:40 -07:00
ProjectName.csproj update to latest MoonWorks API 2022-08-29 22:11:59 -07:00
ProjectName.sln restructure template project generation 2022-01-25 16:25:44 -08:00
README.md update to latest MoonWorks API 2022-08-29 22:11:59 -07:00
install.sh update to latest MoonWorks API 2022-08-29 22:11:59 -07:00

README.md

MoonWorksTemplate

Template and build tasks for developing a cross-platform multi-target .NET 6 MoonWorks project in VSCode.

The generated solution file will also work in regular Visual Studio.

NOTE: OSX is broken right now because I need to set up MoltenVK.

Features

  • Project boilerplate code
  • VSCode build tasks
  • VSCode step debugger integration

Requirements

Installation

  • Make sure you have Git Bash from Git for Windows if you are on Windows
  • Download this repository
  • Run install.sh
  • Move the newly created project directory wherever you want
  • On Windows, add C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin to your system environment PATH variable after installing Build Tools for VS 2019

Usage

  • Open the project directory in VSCode
  • Press Ctrl-Shift-B to open the build tasks menu
  • Tasks use .NET 6.0 to build and run
  • Press F5 to build and run step debugger

Acknowledgments

Thanks to Andrew Russell and Caleb Cornett's FNA templates for a starting point for this template.