gltext
draws text spinning around in 3D
- Provided by: xscreensaver-gl (Version: 5.36-1ubuntu1)
- Source: xscreensaver
- Report a bug
draws text spinning around in 3D
gltext [-display host:display.screen] [-window] [-root] [-visual visual] [-delay microseconds] [-text string] [-program command] [-wander] [-no-wander] [-spin axes] [-no-spin] [-front] [-no-front] [-wireframe] [-fps]
The gltext program draws some text spinning around in 3D, using a font that appears to be made of solid tubes.
gltext accepts the following options:
This may also be a format string acceptable to date(1) and strftime(3), in which case, it will be updated once a second. So to make this program display a spinning digital clock, you could do this:
gltext -text "%A%n%d %b %Y%n%l:%M:%S %p"
To include a literal `%', you must double it: `%%'.
See the man page for strftime(3) for more details.
-program 'xscreensaver-text --cols 20'
Copyright © 2001-2014 by Jamie Zawinski. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
Jamie Zawinski <jwz@jwz.org>