Skip to content

Bootstrap FNA based projects quickly. Also comes with ImGUI.NET

License

Notifications You must be signed in to change notification settings

deccer/FNA-Bootstrap-With-ImGUI

Repository files navigation

FNA-Bootstrap-With-ImGUI

Quickly bootstrap FNA based projects. Also comes with ImGUI.NET

Prerequisites

.net5 needs to be installed. You can grab it from here

Get the Code

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

Third party dependencies

  • Serilog for logging
  • Microsoft.Extensions.DependencyInjection DI container
  • StyleCop static code analysis
  • CSharpFunctionalExtensions for Result<T>
  • ImGUI.NET the user interface

fna-bootstrap

About

Bootstrap FNA based projects quickly. Also comes with ImGUI.NET

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages