-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
16084d1
commit 233eb4e
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# GameHDR | ||
|
||
|
||
# GameHDR | ||
|
||
GameHDR is a user-friendly tool that allows you to create custom shortcuts for your favorite games with HDR (High Dynamic Range) enabled. | ||
|
||
This enables HDR on your monitor only while playing specific games. | ||
|
||
|
||
## Features | ||
|
||
- **Easy Shortcut Creation**: GameHDR simplifies the process of creating desktop shortcuts for games or any executables. | ||
- **HDR Autostart**: Automatically enables HDR on your monitor when launching the game. HDR is disabled on your monitor once the game process ends. | ||
- **Custom Icons**: Choose custom icons for your game shortcuts to personalize your desktop. | ||
|
||
## How It Works | ||
|
||
GameHDR uses a PowerShell script (`hdr.ps1`) to enable HDR on your monitor when you start the game. HDR on the monitor is disabled once the game process has ended. Simply select your game executable file, and GameHDR will create a desktop shortcut that launches the game with HDR enabled. | ||
|
||
## Why HDR? | ||
|
||
HDR (High Dynamic Range) technology in gaming enhances the overall visual quality of games by providing a wider range of colors and greater contrast between light and dark areas. It creates more realistic and immersive gaming experiences, bringing games to life like never before. | ||
|
||
## Technical Details | ||
|
||
**Note:** GameHDR is designed for Windows operating systems and requires Python to be installed on your computer. | ||
|
||
--- | ||
|
||
*For developers:* GameHDR uses Python scripts to automate tasks and provide a seamless experience for gamers interested in enhancing their gaming visuals with HDR technology. |