|
|
||
|---|---|---|
| .vscode | ||
| FNA@c665d2e08c | ||
| Kav@55b1555df2 | ||
| KavTest | ||
| Smuggler@d670a0ecbd | ||
| build | ||
| encompass-cs@bdd9f59549 | ||
| .gitignore | ||
| .gitmodules | ||
| FNA.Settings.props | ||
| KavTest.Core.sln | ||
| KavTest.Framework.sln | ||
| README.md | ||
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
- Git
- Git for Windows if on Windows
- Visual Studio Code
- VSCode C# Extension
- .NET Core SDK
- .NET Framework SDK or Mono
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
Frameworktasks use .NET Framework or Mono to build and runCoretasks 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.