upgradeQ / RTSSSharedMemoryPythonNET

.NET implementation for the RivaTuner Statistics Server shared memory feature (python port )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTSSSharedMemoryNET

.NET implementation for the RivaTuner Statistics Server shared memory feature, build with msbuild.exe 64 bit version. Unlock .dll via RMB Properties>General> Unblock . Python version (64 or 32 bit) must match library version.
Fork notes:

  • added UpdatePosition, UpdateColor
  • max 7 entries, position and color are global for all of them.
  • entry can contain newlines \n
  • Text should be no longer than 4095 chars once converted to ANSI. Lower case looks awful.

See also: https://github.com/mkullber/HWiNFO-RTSS ,other in game overlays

About

.NET implementation for the RivaTuner Statistics Server shared memory feature (python port )

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 45.2%Language:C 38.7%Language:C# 12.3%Language:Python 3.7%