https://github.com/meloencoding/win32-example
A boilerplate project for the win32 crate with some documentation how to make your own.
https://github.com/meloencoding/win32-example
documentation rust win32 winapi
Last synced: about 1 month ago
JSON representation
A boilerplate project for the win32 crate with some documentation how to make your own.
- Host: GitHub
- URL: https://github.com/meloencoding/win32-example
- Owner: MeloenCoding
- License: gpl-3.0
- Created: 2023-04-14T19:20:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T08:57:00.000Z (about 3 years ago)
- Last Synced: 2025-01-18T03:43:46.464Z (over 1 year ago)
- Topics: documentation, rust, win32, winapi
- Language: Rust
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win32-example
A boilerplate project for the win32 crate. Fully documented with good references and usefull links.
## Usefull documentation i've used
- https://youtube.com/playlist?list=PLqCJpWy5Fohd3S7ICFXwUomYW0Wv67pDD (*)
- Used it to see what steps to take and how basic win32 principles work
- https://wiki.winehq.org/List_Of_Windows_Messages
- A list of all the window messages
## Why
I'm uploading this because there are way to few projects that use and explain this api. Msdn sucks (sorry microsoft but it's a mess), no
videos about it whatsoever along with the examples from the creators themselves are garbage and don't explain anything. Therefore i am
uploading this project. Every time i learn new things about this crate i'll upload it and try to explain what i learned and what i think
it does.
If i am incorrect about something, please tell me.