Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct2D based rendering #2

Open
7 tasks
objorke opened this issue Jun 18, 2017 · 1 comment
Open
7 tasks

Direct2D based rendering #2

objorke opened this issue Jun 18, 2017 · 1 comment

Comments

@objorke
Copy link
Member

objorke commented Jun 18, 2017

From oxyplot: oxyplot/oxyplot#124

Use Direct2D (SharpDX) to speed up rendering for WPF.

objo 2014-03-17 09:33
See see https://oxyplot.codeplex.com/workitem/10134

Code reference:

TODOs:

  • fix zoom with mouse wheel not working
  • remove PlotHeight, PlotWidth and IScrollInfo
  • code cleanup and formatting
  • implement renderer factory (#869)
  • create nuget package
  • add to appveyor build
  • fallback to canvas rendering on remote desktop (see StackOverflow)

Another possible option for WPF would be to check if implementing a custom ImageSource (without Direct3D9) and only Direct2D would help:

@miker1423
Copy link

Hello, I opened an issue related to this topic on the UWP repo (oxyplot/oxyplot-uwp#1), is there any implementation ready? I'm trying to get this feature ready on my weekends, so maybe I can take the issue if there is no one already working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants