-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KNI Support #467
Comments
There's platform agnostic version of Myra that could be used with KNI: https://github.com/rds1983/Myra/wiki/Using-platform-agnostic-version-of-Myra |
I understand there is. But it would require a lot of refactoring and integration changes. KNI is easily integrated into any existing MonoGame project, like yours, by just replacing the MonoGame references with KNI, which uses the Microsoft.Xna namespaces. Since you already support MonoGame and FNA, KNI is no different and would be another alternative backend for people who use that. |
btw, is there anywhere an article that lists differences between KNI and MonoGame? |
The project has changelogs of what they have fixed/improved/added. The integration with Blazor was my biggest takeaway making creating a web game very very easy. As easy as loading up the installed KNI template for web. |
I use MonoGame Extended and this caught my eye.
https://www.monogameextended.net/blog/kni-fna/
I had no idea what KNI was until I checked it out. Everything is better with KNI. Everything...
No, I am not obsessed with something miraculous that takes MonoGame and makes it better, faster, stronger.
The text was updated successfully, but these errors were encountered: