Replies: 2 comments 12 replies
-
It is impossible to create a window without bringing in a windowing implementation, Windowing.Common is just abstractions. You could create your own Windowing.Common implementation using User32 if you wanted, but it’s far easier to just use one of our precanned implementations. |
Beta Was this translation helpful? Give feedback.
-
Anyway, thanks for the answer. |
Beta Was this translation helpful? Give feedback.
-
Since I want to develop a D2d program, I shouldn't have any need to bring Glfw and SDL, right?
Why force developers to choose one of the two here?
Isn't it good to directly encapsulate the native win32api?
Beta Was this translation helpful? Give feedback.
All reactions