Template (and VSCode build tasks) for developing a cross-platform multi-target .NET Framework and .NET Core game using Encompass and FNA.
 
 
Go to file
cosmonaut df2eb75dca fix windows core builds 2020-12-20 12:16:36 -08:00
.vscode fix windows core builds 2020-12-20 12:16:36 -08:00
ProjectName update build and launch tasks 2020-12-20 11:33:37 -08:00
build fix a bunch of windows build bullshit 2020-12-20 12:14:09 -08:00
.gitignore add fnalibs to gitignore 2020-07-29 14:51:12 -07:00
.gitmodules remove submodules 2020-07-11 13:48:09 -07:00
FNA.Settings.props add .NET Core support 2020-03-03 15:28:52 -08:00
LICENSE add MIT license 2020-03-03 15:20:28 -08:00
ProjectName.Core.sln fix a bunch of windows build bullshit 2020-12-20 12:14:09 -08:00
ProjectName.Framework.sln fix a bunch of windows build bullshit 2020-12-20 12:14:09 -08:00
README.md Update 'README.md' 2020-07-11 20:54:04 +00:00
install.sh fix a bunch of windows build bullshit 2020-12-20 12:14:09 -08:00

README.md

Encompass-FNA-Template

Template (and VSCode build tasks) for developing a cross-platform multi-target .NET Framework and .NET Core game using Encompass and FNA.

Features

  • Includes project boilerplate code
  • Build tasks for both .NET Framework and .NET Core side by side
  • Press F5 to build and debug in-editor with Core Debugger

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

Usage

  • Open the project directory in VSCode
  • Press Ctrl-Shift-B to open the build tasks menu
  • Framework tasks use .NET Framework or Mono to build and run
  • Core tasks use .NET Core to build and run
  • Press F5 to build and debug with Core Debugger

Acknowledgments

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