aosd: Bindings to libaosd, a library for Cairo-based on-screen displays

[ bsd3, graphics, library ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

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, 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-20T04:50:30Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5353 total (22 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]