https://github.com/bbredesen/win32-toolkit
Minimal Go wrapper around win32 API, used to build go-vk-samples
https://github.com/bbredesen/win32-toolkit
golang win32
Last synced: 11 months ago
JSON representation
Minimal Go wrapper around win32 API, used to build go-vk-samples
- Host: GitHub
- URL: https://github.com/bbredesen/win32-toolkit
- Owner: bbredesen
- License: mit
- Created: 2023-03-03T23:41:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T23:43:50.000Z (over 3 years ago)
- Last Synced: 2024-06-21T13:00:05.382Z (almost 2 years ago)
- Topics: golang, win32
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win32-toolkit
This is a basic wrapper around bits of the Windows API. I put it together for setup and testing of
[https://github.com/bbredesen/go-vk](go-vk). It is mostly limited to the types, constants and functions that I needed to
get a window open and send window messages through to other Go programs. It is NOT inteded to be a broadly functional
Go wrapper around the Windows API.