Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avin/winapi-experiments
https://github.com/avin/winapi-experiments
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/avin/winapi-experiments
- Owner: avin
- Created: 2024-10-04T09:26:28.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T18:23:58.000Z (30 days ago)
- Last Synced: 2024-10-22T15:04:39.600Z (29 days ago)
- Language: C++
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinAPI Experiments
## [001-gdi-square](./001-gdi-square)
`gdi`, `timer`, `button`## [002-gdi-balls-animation](./002-gdi-balls-animation)
`gdi`, `animation`, `double-buffer`, `physics`, `timer`, `chrono`## [003-gdi-chess-board](./003-gdi-chess-board)
`gdi`, `double-buffer`, `autosize-font`, `debug`, `hook`, `center-messagebox`## [004-gdi-rectangle-rush](./004-gdi-rectangle-rush)
`gdi`, `timer`## [005-gdi-stopwatch](./005-gdi-stopwatch)
`gdi`, `custom-control`, `timer`## [006-gdi-dynamic-chart](./006-gdi-dynamic-chart)
`gdi`, `custom-control`, `chart-mouse-drag`, `double-buffer`, `debug`## [007-file-view](./007-file-view)
`file`, `scroll`## [008-scroll-debug](./008-scroll-debug)
`scroll`## [009-file-raw-view](./009-file-raw-view)
## [010-webview2](./010-webview2)
`webview2`## [011-windows](./011-windows)
`gdi+`, `png`, `transparent-window`## [012-tray-hotkey](./012-tray-hotkey)
`tray`, `global-hotkey`, `hook-hotkey`## [013-files-tree](./013-files-tree)
`tree`, `files`