Does anyone have a link or document on how to write a screensaver for Linux?
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
This might be of interest to you:
http://www.jwz.org/xscreensaver/faq.html#writing-savers
it's from the xscreensavers homepage, it's sort of the de facto screensaver
Google "xscreensaver", and you can learn from its code, rather than starting from scratch.
Here's some info on xscreensaver that you may find of use: xscreensaver also there's an FAQ here.
There's a simple tutorial here too: simplesquares (from the first link)