- Uses the swap chain model
- Splits render loop and message loop into separate threads
- Handles keyboard hook and message loop in the same thread
- Supports Windows OS
PS C:\Users\owner> [System.Environment]::OSVersion.Version
Major Minor Build Revision
----- ----- ----- --------
10 0 19044 0
PS C:\Users\owner> rustc -V
rustc 1.64.0-nightly (263edd43c 2022-07-17)
See LICENSE.
This product uses Microsoft/windows-rs.