xtuzy

Results 54 comments of xtuzy

Skia and platform deal with start point of path is different. https://github.com/xtuzy/GraphicsTester/issues/1

I find a best practise(maybe) https://github.com/jsuarezruiz/ways-create-netmaui-controls

create a richtexteditor is very difficult, need consider many detail, advice use webview to edit, use this library to show

I also get this error when use VS17.4.0 preview2.0. I try to use VS17.3.3, it is ok

Today i also get bug ""Java.Lang.RuntimeException: 'Canvas: trying to use a recycled bitmap android.graphics.Bitmap", I use "image.Source = null" before set source to solve it, see https://github.com/dotnet/maui/issues/9712#issuecomment-1256885920

Thank you, i will try. I have another question, why all your .a files very big, i see [wgpu-native/releases](https://github.com/gfx-rs/wgpu-native/releases/tag/v0.12.0.1) all .dll and .so

Hello, i use your Github Action compiled [dynamic library](https://github.com/xtuzy/go-webgpu/actions/runs/3369746677) , but get some error when use it in Xamarin. When i load it by C# on android, throw DllNotFoundException, ```...

I have try ``` Java.Lang.JavaSystem.LoadLibrary("android"); Java.Lang.JavaSystem.LoadLibrary("nativewindow"); ``` but don't solve it, according https://github.com/xamarin/xamarin-android/issues/6765#issuecomment-1041464888, first i need to do `it needs to have -lnativewindow added to its link command` , i...

Today i use Image show PDF image, when i change page and set new page Image, i get this bug: "Java.Lang.RuntimeException: 'Canvas: trying to use a recycled bitmap android.graphics.Bitmap". My...