Compare commits

...

3 Commits

Author SHA1 Message Date
g
2737d7414f Merge remote-tracking branch 'upstream/master' 2024-01-09 01:14:17 +09:00
Rashi Abramson
7af47f0d1c
Update README.md to better format options 2023-12-19 09:41:51 -08:00
Rashi Abramson
34d12c690e
Update README.md to link to fork with HDR 2023-12-19 09:40:48 -08:00

View File

@ -1,4 +1,20 @@
# Indirect Display Driver Sample
License MIT and CC0 or Public Domain (for changes I made, check with Microsoft for their license), whichever is least restrictive -- Use it
AS IS - NO IMPLICIT OR EXPLICIT warranty This may break your computer, it didn't break mine. It runs in User Mode which means it's less likely to cause system instability like the Blue Screen of Death.
Check out the latest release to download, or find other versions below:
# Newer Versions
# Fork that is easy to install
https://github.com/ge9/IddSampleDriver
## Fork with HDR
https://github.com/itsmikethetech/Virtual-Display-Driver
If you want me to build on this donate eth or similar here: 0xB01b6328F8Be53c852a54432bbEe630cE0Bd559a
I now have a NEAR address: moopaloo.near
Thanks to https://github.com/akatrevorjay/edid-generator for the hi-res EDID.
# Indirect Display Driver Sample #
This is a sample driver that shows how to create a Windows Indirect Display Driver using the IddCx class extension driver.