Jens Krumsieck

Results 4 comments of Jens Krumsieck

In theory it could work with the latest preview of SkiaSharp `2.88.0-preview.171` (https://github.com/mono/SkiaSharp/issues/1725) in `net6.0` (as MS introduced the `NativeFileReference`-Tag to the Package Files). I managed to render a very...

I created something usable from my approach mentioned in https://github.com/oxyplot/oxyplot/issues/1829#issuecomment-986217046. Code moved into own Repository here: * https://github.com/JensKrumsieck/OxyPlot.SkiaSharp.Blazor NuGet * https://www.nuget.org/packages/OxyPlot.SkiaSharp.Blazor/ ⚠️ WARNING: Depends on a **preview release** of SkiaSharp!...

Regarding the CI Build error: There is no `Assembly.GetEntryAssembly()` in netstandard1.3, which is one of the TargetFrameworks of the SkiaSharp-Package. https://github.com/oxyplot/oxyplot/blob/e88c97fc1bc2c6da76ae45e2afd8531ee262ba89/Source/OxyPlot.SkiaSharp/SkiaRenderContext.cs#L873 The idea behind this line was to pack the...

The file `createisocam.py` needs to be renamed to `__init__.py`. * Install the Addon as usual. * Go to `%AppData%\Blender Foundation\Blender\{BLENDER VERSION}\scripts\addons\create-isocam-master` (Replace {BLENDER VERSION} with e.g. 2.93: `%AppData%\Blender Foundation\Blender\2.93\scripts\addons\create-isocam-master` )...