
Is your feature request related to a problem? Please describe.
It would be nice to have system information such as cpu, gpu, memory usage and name available to website wallpapers.
This can allow developers to create more dynamic website wallpapers.
Describe the solution you'd like
Using C# Performance Counters it is possible to retrieve resource usage real-time.
Describe alternatives you've considered
Program wallpapers (.exe) can have their own implementation.
Website wallpapers don't have access to such information.
Additional context
Only information that does not require administrator rights to access are considered.
Only turned on if specified by the wallpaper maker.
No information that can be used to identify the user is collected.
API documentation
https://github.com/rocksdanister/lively/wiki/Web-Guide-V-:-System-Data
Early working demo
https://youtu.be/B-9g92ixmm0
Sample wallpaper project
https://github.com/rocksdanister/system-stats-wallpaper
Is your feature request related to a problem? Please describe.
It would be nice to have system information such as cpu, gpu, memory usage and name available to website wallpapers.
This can allow developers to create more dynamic website wallpapers.
Describe the solution you'd like
Using C# Performance Counters it is possible to retrieve resource usage real-time.
Describe alternatives you've considered
Program wallpapers (.exe) can have their own implementation.
Website wallpapers don't have access to such information.
Additional context
Only information that does not require administrator rights to access are considered.
Only turned on if specified by the wallpaper maker.
No information that can be used to identify the user is collected.
API documentation
https://github.com/rocksdanister/lively/wiki/Web-Guide-V-:-System-Data
Early working demo
https://youtu.be/B-9g92ixmm0
Sample wallpaper project
https://github.com/rocksdanister/system-stats-wallpaper