Quickly bootstrap FNA based projects. Also comes with ImGUI.NET
.net5 needs to be installed. You can grab it from here
git clone --recursive https://github.com/deccer/FNA-Bootstrap-With-ImGUI YourProjectName
cd YourProjectName
git submodule update --init --recursive
And then start at Client.cs
Serilog
for loggingMicrosoft.Extensions.DependencyInjection
DI containerStyleCop
static code analysisCSharpFunctionalExtensions
forResult<T>
ImGUI.NET
the user interface