aosd: Bindings to libaosd, a library for Cairo-based on-screen displays
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 = aosdFlash
defaultOpts
(textRenderer markup) { alignment = Just AlignCenter, colour = orange }
(symDurations 3000 3000)
Tested with libaosd version 0.2.7.
Flags
Manual Flags
Name | Description | Default |
---|---|---|
debugmemory | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- aosd-0.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.1.1, 0.1.2, 0.1.3, 0.2.0, 0.2.1, 0.2.2 |
---|---|
Dependencies | base (>=4 && <5), bindings-DSL (>=1.0.11), cairo (>=0.12), colour, monad-control, pango (>=0.12), transformers, X11 [details] |
License | BSD-3-Clause |
Author | Daniel Schüssler |
Maintainer | anotheraddress@gmx.de |
Category | Graphics |
Source repo | head: hg clone https://dschuessler@bitbucket.org/dschuessler/haskell-aosd |
Uploaded | by DanielSchuessler at 2011-06-21T04:04:40Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5501 total (23 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |