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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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:

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, 0.2.1, 0.2.2, 0.2.2
Change log changelog.markdown
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: git clone https://github.com/DanielSchuessler/haskell-aosd
Uploaded by DanielSchuessler at 2019-12-14T22:09:17Z

Modules

Flags

Manual Flags

NameDescriptionDefault
debugmemoryDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees