Skip to content

Where to start to develop applications like win-vind? #33

Closed Answered by pit-ray
Positron010 asked this question in Development
Discussion options

You must be logged in to vote

Thank you again.

why did you choose C++ over C#?

win-vind handles low-level keystrokes before they are passed on to other applications, so the load needs to be minimized so that there is no delay to other applications. C# and Rust are easy to maintain, but they have a bit of overhead since the Windows API (Win32) is written in C and needs to go through DLLs and wrappers. In addition, some low-level minor functions are not supported. Therefore, it is written in C++, which is compatible with C.

Could you kindly recommend a starting place and resources to learn how to develop Windows applications like win-vind?

win-vind uses C++ and Win32 as a rare case today. If you want to create a gen…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Positron010
Comment options

Answer selected by Positron010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants