-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Better/custom screen saver #9
Comments
The concept behind the screensaver was to have a basic (low-power) screensaver module that would periodically update the displayed image. That said, optionally displaying a clock, text (instance name?) and such is something that I had planned to add at some point in the future. Having a way to have more wallpapers and a way to add/customise them via a client is also planned. Currently there are just the two hard-coded & included wallpapers, which was 'good enough' for testing :) I think it'd make the most sense to keep the ScreenSaver module as a native C++ class. I'd gladly accept PRs for this, though preferably after syncing up on the requirements for the change :) As for packages on AUR and such repositories, please do let me know about where/how to get them so that I can add these details to the README. |
Generally for Arch Linux packages, only the name of the aur package is given, as there are a lot of ways to install those unofficial packages.
|
Thank you, I have updated the README :) |
I believe the Chromecast allows controlling the screensaver look (or at least the pictures displayed) from the client app. Something equivalent would be nice, maybe it could offer integration with a service like Unsplash for daily changing images in various categories? |
Hi!
When trying out nymphcast, I realised that the screensaver window "froze" for quite a long time, since sdl events aren't polled in a regular interval (only when redrawing).
A small fix for now would be to add a regural polling of events through your timer system.
However, I wanted to know if you would accept PRs for a "better" screen saver with a clock for exemple.
If a more complex screen saver isn't the path you want to take, would you mind allowing the use of a nymphcast app as the screen saver ? this way one could create it's own screen saver for it's own needs without needing to recompile the server.
Thanks for reading!
Not related to this, but I packaged nymphcast for Arch Linux on the AUR (the unoficial user repository), do you want to add links for the existing packages in the readme ?
The text was updated successfully, but these errors were encountered: