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

Layout drawing is super slow #4

Open
MainMemory opened this issue Oct 10, 2017 · 1 comment
Open

Layout drawing is super slow #4

MainMemory opened this issue Oct 10, 2017 · 1 comment

Comments

@MainMemory
Copy link
Member

Editing Scene34.bin is practically unusable.

@MainMemory
Copy link
Member Author

I've partially improved performance, but it's still rather slow if you have a large window. The diagnostic profiler points to the culprit being System.Drawing.Graphics.DrawImage, which is where the final image is drawn onto the panel. The only solution I can come up with is to drop GDI+ and switch to DirectX/OpenGL.

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

No branches or pull requests

1 participant