Marcin Gierlasiński

Results 7 comments of Marcin Gierlasiński

@Haapsaari-Juha Thanks for sharing, that also worked for me :partying_face: That was odd, I'm building Android and iOS csproj and not sln, but still having UWP as part of sln...

Hi @swharden, that was blazing fast :astonished: Thanks for that, that's exactly what I needed :blush:

@Darkar25 I'm glad you like it :) `GradientView` is Xamarin Forms control and cannot be used to paint standard controls because they are created on platform level inside renderers. However...

@Darkar25 There is no such way at the moment, masks are scaled from center by design. You can create your own mask and play around with virtual methods `BeginLayout` and...

Hi @nikossaperas I'm glad you like it. I plan to migrate drawing API from SkiaSharp to [Microsoft.Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics) which may be a good start for supporting pure Android/iOS. It's at early...

@filipoff2 Good idea, specs about each control would be nice :) We have first candidate in progress: #118 When we have more controls, we can move them to separate Nuget,...

Hi @bijington, I would use existing engine like Box2D or Bullet, with custom C# wrapper or existing one like: https://github.com/MackinnonBuck/Box2D.CSharp https://github.com/codingben/box2d-netstandard As an alternative it could be something entirely in...