Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercamp committed Dec 19, 2022
1 parent 05f2f83 commit d1b65a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NvAPIWrapper/NvAPIWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net60</TargetFrameworks>
<Version>0.8.1.106</Version>
<Version>0.8.1.107</Version>
<Company>falahati.net</Company>
<Description>NvAPIWrapper is a .Net wrapper for NVIDIA public API</Description>
<Authors>Soroush Falahati</Authors>
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ The impl. details for NVIDIA are handled by [NvAPIWrapper](https://github.com/fa
TODOs:

- ~Basic enumeration of GPUs + realtime display~
- Overclocking profile config page
- Ability to apply per-GPU overclocking profiles
- Ability to configure overclocking profile for more than 1 GPU
- Ability to apply multi-GPU overclocking profiles
- Ability to set an OC profile depending on running processes
- Ability to compose OC profiles depending on use of multiple processes
- ~Overclocking profile config page~
- ~Ability to apply per-GPU overclocking profiles~
- ~Ability to configure overclocking profile for more than 1 GPU~
- ~Ability to apply multi-GPU overclocking profiles~
- ~Ability to set an OC profile depending on running processes~
- ~Ability to compose OC profiles depending on use of multiple processes~
- Add copy of LGPL license to release files for NvAPIWrapper
- Toggle to run on startup
- Buttons for controlling policy service
- System tray entry for starting/stopping the policy service
- General UI improvements
- GPU impl. abstraction
- Fan control

## Limitations
Expand Down

0 comments on commit d1b65a2

Please sign in to comment.