Showing off the capabilities of Kav
Go to file
cosmonaut a92a8de50a shadow map with fixed projection 2020-09-16 12:59:31 -07:00
.vscode render with vulkan 2020-08-26 13:24:45 -07:00
FNA@1df9f588a7 update FNA 2020-08-19 12:54:57 -07:00
Kav@3540e098d5 shadow map with fixed projection 2020-09-16 12:59:31 -07:00
KavTest shadow map with fixed projection 2020-09-16 12:59:31 -07:00
MoonTools.Bonk@2f341aaeae shadow map with fixed projection 2020-09-16 12:59:31 -07:00
MoonTools.Curve@1a14f2595a add spline based motion 2020-08-26 14:58:01 -07:00
Smuggler@4c78ed3d39 update subprojects 2020-08-21 21:29:18 -07:00
build initial test structure 2020-08-05 12:21:42 -07:00
encompass-cs@bdd9f59549 arcball transform system for camera 2020-08-06 14:21:34 -07:00
.gitignore initial test structure 2020-08-05 12:21:42 -07:00
.gitmodules shadow map with fixed projection 2020-09-16 12:59:31 -07:00
FNA.Settings.props initial test structure 2020-08-05 12:21:42 -07:00
KavTest.Core.sln update subprojects 2020-08-21 21:29:18 -07:00
KavTest.Framework.sln update subprojects 2020-08-21 21:29:18 -07:00
README.md initial test structure 2020-08-05 12:21:42 -07: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.