How is Vanara compared to the WinApi project by @prasannavl? #364
Answered
by
dahall
nsgnkhibdk2cls0f
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
dahall
Jan 14, 2023
Replies: 1 comment
-
Both include a number of P/Invoke method and structure definitions from Win32. WinApi hasn't been updated in a while and contains far fewer methods. It does provide a nice very light-weight wrapper around the basic windows creation and message pump handling that is largely not included in Vanara along with some pretty useful wrappers to simplify fast graphics rendering in those windows. Much of the philosophy is similar. If you find tactics used there that you want to find in Vanara, but can't, please let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nsgnkhibdk2cls0f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Both include a number of P/Invoke method and structure definitions from Win32. WinApi hasn't been updated in a while and contains far fewer methods. It does provide a nice very light-weight wrapper around the basic windows creation and message pump handling that is largely not included in Vanara along with some pretty useful wrappers to simplify fast graphics rendering in those windows. Much of the philosophy is similar. If you find tactics used there that you want to find in Vanara, but can't, please let me know.