https://github.com/friflo/kni-web
https://github.com/friflo/kni-web
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/friflo/kni-web
- Owner: friflo
- License: mit
- Created: 2025-09-10T08:00:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-09-10T09:18:34.000Z (about 1 month ago)
- Last Synced: 2025-09-10T11:50:36.814Z (about 1 month ago)
- Language: HTML
- Size: 170 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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