liblsl-Csharp
liblsl-Csharp copied to clipboard
A full-platform version of maui.
I used your project in my maui project, but it runs normally on the windows platform, and it will prompt that the dll cannot be found on the android platform due to the dll reference problem. I hope you can adapt a version for maui.
You probably need to drop a lsl.dll into your project that is built to run on android. I'm not sure how to handle total cross platform compatibility with every architecture/os in the world. At the end of the day, in the deployment phase, the correct dll needs to go into the build for the correct target.