Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with RTSS #91

Open
realgooseman opened this issue May 18, 2024 · 2 comments
Open

Integration with RTSS #91

realgooseman opened this issue May 18, 2024 · 2 comments

Comments

@realgooseman
Copy link

Hi @NiyaShy,

I haven't seen anyone mention this in the issues, but have you ever considered integrating your useful tool with RTSS ?

It's the best and most feature packed OSD software for gaming. Sending battery level information to it via your tool would improve it.

That information sent from your tray app can be integrated by the RTSS overlay and be seen in full screen games at all times.
That would remove the need for the Xbox Game Bar for example as the battery level will be shown with another overlay (RTSS)**.

A page I've found on how to use their API / SDK :

https://forums.guru3d.com/threads/rtss-rivatuner-statistics-server-using-the-api.410075/

These projects integrate nicely with RTSS for example :

https://github.com/lich426/FanCtrl
https://github.com/Jagailo/YetAnotherKeyDisplayer

** : The RTSS overlay can be fully customized and that's a huge plus compared to Xbox's Game Bar.

@NiyaShy
Copy link
Owner

NiyaShy commented May 21, 2024

Hey,
I can take a look at it, but from what I've seen there's no proper documentation for the API and only examples in C++ which is a huge bummer for people like me who only work with C#... So you can consider this a low priority.

@realgooseman
Copy link
Author

I agree, the documentation is almost non existant online.

The projects I mentioned both use C# and integrated RTSS.
FanCtrl for example integrated RTSS in v1.1.6 and I found details about the implementation here :

https://github.com/lich426/FanCtrl/tree/master/src/libs/Data/OSD
https://github.com/lich426/FanCtrl/blob/master/src/libs/Data/OSD/OSDItem.cs

As an end user, I'm not experienced in coding but hope it helps.
Adding RTSS is not mandatory but would improve the experience and make the Xbox Game Bar redundant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants