beto-rodriguez / LiveCharts2

Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
https://livecharts.dev
MIT License
4.38k stars 572 forks source link

3d hardware acceleration #1515

Closed maxima120 closed 2 months ago

maxima120 commented 6 months ago

I understand you are using SkiaSharp for hardware acceleration but I think it is 2d only. Am I correct? If yes - do you have any hardware acceleration for 3d charts? (besides the native wpf use of directx)?

beto-rodriguez commented 2 months ago

Hello, we completely rely on SkiaSharp and completely depend on the features provided there.

That's it, we are only a math library, we measure and place shapes in the UI, SkiaSharp handles all the details behind it, I wish I could assist you more, but that is all we do in this library :(

Let me know if I can assist you further.