0
Under review

Eto based backend

Robert Conde fa 9 anys updated by Oystein Bjorke fa 9 anys 1
Currently there is an Eto.OxyPlot on nuget:

https://www.nuget.org/packages/Eto.OxyPlot/

However, only a WPF version is available. It seems the approach here is to just host the OxyPlot.WPF implementation in Eto.Forms.

I've taken a different approach and created an OxyPlot backend which uses Eto's abstracted rendering interfaces. This way, it becomes available on any platform that is available for Eto.

Are the maintainers interested in merging this back into the OxyPlot repository?

Thanks,
Rob Conde
Under review
Yes, I think this would be a good idea! Then the project/assembly name should be OxyPlot.Eto!
I have added issue #341