Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spasarto/Microsoft.Extensions.Hosting.Stride3d

Hosting lifetime for Stride3d
https://github.com/spasarto/Microsoft.Extensions.Hosting.Stride3d

Last synced: 3 days ago
JSON representation

Hosting lifetime for Stride3d

Awesome Lists containing this project

README

        

# Microsoft.Extensions.Hosting.Stride3d
Hosting lifetime for Stride3d

Usage:
```
class Program
{
static Task Main(string[] args)
{
return new HostBuilder()
.RunStrideAsync();
}
}
```