-
Notifications
You must be signed in to change notification settings - Fork 6
Description
How difficult will it be to add a custom display editor, similar to how it is implemented in Rivatuner, for example? This program has a full-fledged overlay editor called OverlayEditor.
With it, you can create very informative, compact and beautiful conclusions of information about the system.
For example:
- https://github.com/BreadPitch/THE-RTSS-Overlay?tab=readme-ov-file
- https://github.com/TroyMetrics/Benchmark-Overlays
- https://github.com/Unknxwn007/RTSS-Overlays/releases
- And many others.
I hope they serve as inspiration to you. Or maybe you'll be able to let users create their own presets for displaying information about the system.
By the way, Rivatuner, as far as I know, does not know how to display information on a second alternative screen, but only displays information by cluttering information, and this is terribly inconvenient.
I also really liked this project, there is a beautiful layout of graphics there too: https://github.com/mathoudebine/turing-smart-screen-python But there are no Oled monitors there, and the speed of drawing due to the iron used is low.
For example, I really lack the simultaneous output of information about the loading of each individual CPU core and the detailed loading of GPUs, as well as their temperatures. The sum of this information about everything allows you to diagnose a lot, for example, to understand the lack of processor power, or a video card, allows you to understand how many processor cores the game uses, and so on.
I hope you realized that I mean to create something that can turn the second screen into a very detailed monitoring panel about a system that also looks beautiful. Your program provides a good foundation for this task. Besides, what I'm proposing, I've never seen anything like this before, unfortunately, even though I've been looking for a long time.