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

https://github.com/friflo/kni-web


https://github.com/friflo/kni-web

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

Files generated with [KNI](https://github.com/kniEngine/kni) wasm template using Visual Studio 2022.
- Removed dependency `nkast.Xna.Framework.Content.Pipeline.Builder` (MGCB.exe) to avoid build issues (e.g. run on Linux)

# Run WASM build

## CLI
```
dotnet run --launch-profile KNI_web_3 --project KNI-web-3
```

## Rider
- Select Configuration: `KNI_web_3`
- Click Run