1
0
Fork 0
SDL implementation of Fliqlo screensaver for Windows/OSX.
Ir para arquivo
Daniel Perelman 111544631b Show leading zero in 24-hour time. 2015-03-10 09:18:40 -07:00
.gitignore Added .gitignore file. 2015-03-08 11:40:28 -07:00
README.markdown Fix modes to make files non-executable. 2015-03-08 11:48:47 -07:00
force_gnome-screensaver_off.sh First commit 2011-09-15 20:46:53 +02:00
install-dependancies.sh First commit 2011-09-15 20:46:53 +02:00
main.cpp Show leading zero in 24-hour time. 2015-03-10 09:18:40 -07:00
makefile Fix modes to make files non-executable. 2015-03-08 11:48:47 -07:00
noflipqlo.desktop Fix modes to make files non-executable. 2015-03-08 11:48:47 -07:00
noflipqlo.xml Fix modes to make files non-executable. 2015-03-08 11:48:47 -07:00
xscreenserver-demo.desktop Fix modes to make files non-executable. 2015-03-08 11:48:47 -07:00

README.markdown

/*
 * Copyright (c) 2010-2012 Kuźniarski Jacek
 *
 * 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.
 */

#Whats that? It's Open Source port of Fliqlo screensaver for Windows and OSX platforms. Uses SDL libraries to draw to screen. No idea who uses screensavers these days, but still was fun to write it.

##What's that? It's Open Source implementation of Fliqlo screensaver that's available for Windows and OSX platforms. It uses SDL libraries to draw. Ever seen a flip clock? No. Google one out. Freaky technology.

#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.

#INSTALLATION Compile and install files with:

make && sudo make install

Install dependencies with

install-dependancies.sh

To force xscreensaver use

force_gnome-screensaver_off.sh