-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Can this be used without WPF or WinForms? #54
Comments
I think this library can be used without Windows Form. But currently there is no support to read back a rendered bitmap image from memory. I will try to add them and provide some example code later. |
Hi @FrankenApps, just confirm, although I think it can work without Windows Form or WPF, but maybe it requires a Windows OS with hardware acceleration GPU installed, it does not about .NET framework, it uses the Direct2D API from Windows System directly. What is your target platform? |
My target platform is windows 10 (with hardware acceleration). However I tried to target .Net5 (not Framework). |
Did you get around to adding support to read back the rendered bitmap? I would like to use D2D in a background task too. |
Hi, sorry to ask a question here.
I tried to use your Library in a standalone Net5 Console App, but it does not work and the error suggests, that I need to use WPF (or maybe WinForms).
Is that true?
I basically want to render to an Image (.png) and save it, so I would need no GUI.
The text was updated successfully, but these errors were encountered: