1
0
noflipqlo/README.markdown

45 lines
1.6 KiB
Markdown
Raw Normal View History

2011-09-15 14:50:38 -04:00
/*
2012-11-17 08:59:54 -05:00
* Copyright (c) 2010-2012 Kuźniarski Jacek
2011-09-15 14:50:38 -04:00
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
2011-09-15 14:46:53 -04:00
2012-09-02 13:01:29 -04:00
#Whats that?
2011-09-15 14:46:53 -04:00
It's Open Source port of Fliqlo screensaver for Windows and OSX platforms.
2012-09-02 13:01:29 -04:00
Uses SDL libraries to draw to screen.
No idea who uses screensavers these days, but still was fun to write it.
2012-09-02 13:31:14 -04:00
2011-10-02 08:25:40 -04:00
##What's that?
It's Open Source implementation of Fliqlo screensaver that's available for Windows and OSX platforms.
2011-09-15 14:46:53 -04:00
It uses SDL libraries to draw.
Ever seen a flip clock? No. Google one out. Freaky technology.
2012-09-02 13:01:29 -04:00
#Changelog
##2.0
* Code was cleaned up
* Moved away from using a bitmap onto drawing with primitives to draw a background. Still needs aliasing for jagged corners;
* Custom width, height, Truetype font now supported.
2011-09-15 14:46:53 -04:00
2012-09-02 13:01:29 -04:00
#INSTALLATION
2011-09-15 14:46:53 -04:00
Compile and install files with:
2011-09-15 14:50:38 -04:00
2011-09-15 14:46:53 -04:00
make && sudo make install
Install dependencies with
2011-09-15 14:50:38 -04:00
2011-09-15 14:46:53 -04:00
install-dependancies.sh
To force xscreensaver use
2011-09-15 14:50:38 -04:00
2011-09-15 14:46:53 -04:00
force_gnome-screensaver_off.sh