The aosd package
http://www.atheme.org/project/libaosd
An advanced on screen display (OSD) library, which uses Cairo to create high quality rendered graphics to be overlaid on top of the screen.
Distro packages providing libaosd:
Debian: libaosd2
Example:
{-# LANGUAGE OverloadedStrings #-}
import Graphics.Aosd.Pango
markup = pSized 50 (pUnlines [pItalic "AOSD","Example"])
main = do
withAosd
defaultOpts
(textRenderer markup) { alignment = Just AlignCenter, colour = orange }
(a -> aosdFlash a (symDurations 3000 3000))
Tested with libaosd version 0.2.7.
Properties
| Versions | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0 |
|---|---|
| Dependencies | base (4.*), bindings-DSL (≥1.0.11), cairo (≥0.12), colour, monad-control, pango (≥0.12), transformers, X11 |
| License | BSD3 |
| Author | Daniel Schüssler |
| Maintainer | anotheraddress@gmx.de |
| Category | Graphics |
| Source repository | hg clone https://dschuessler@bitbucket.org/dschuessler/haskell-aosd |
| Upload date | Thu Jun 23 12:12:05 UTC 2011 |
| Uploaded by | DanielSchuessler |
| Built on | ghc-7.2 |
| Build failure | ghc-7.0 (log) |
Modules
Downloads
- aosd-0.2.0.tar.gz (Cabal source package)
- package description (included in the package)