Rendering contexts

Oystein Bjorke 10 ár síðan 0
This discussion was imported from CodePlex

cpuserdi wrote at 2013-08-01 21:24:

I see there has been some work to support multiple rendering contexts. At the moment, only ShapesRenderContext is working. What's the status of the other contexts? Especially DrawingRenderContext. Seems a little outdated and incomplete. Has there been any testing into this area that merits further pursuit?

objo wrote at 2013-08-07 13:07:

I did not see any performance improvements with the other rendering contexts for WPF, so only ShapesRenderContext has been updated.
There were also some visual issues with the other rendering contexts that I did not have with the one based on shapes.
To improve performance in WPF, I would rather look at DirectX based solutions as in VisiBlox and LightningChart!