@hackage / carettah

A presentation tool written with Haskell.

Latest0.5.1

About

Metadata

  • Last updated , by KiwamuOkabe
  • License GPL-3.0-only
  • Categories Graphics
  • Maintained by: Kiwamu Okabe <kiwamu@debian.or.jp>

  • Lottery factor: 0

Links

Installation

Readme

Carettah := Make your presentation more fun! Build Status

How to use

$ mkdir new_dir
$ cd new_dir
$ carettah -n new_slide.md &
$ vi new_slide.md

if you would like to use wii remote...

$ carettah -w new_slide.md
Put Wiimote in discoverable mode now (press 1+2)...

How to install

Install below:

$ sudo apt-get install libcwiid-dev fonts-noto-cjk haskell-stack

And stack install.

$ git clone https://github.com/master-q/carettah.git
$ cd carettah
$ stack setup
$ stack install gtk2hs-buildtools
$ stack install

For more detail

Memo

  • cairoFontMapGetDefault >>= pangoFontMapListFamilies :: IO [FontFamily] can get list of font names.
  • pangoFontFamilyIsMonospace :: FontFamily -> Bool can find mono fonts.

Acknowledgment

The carettah icon is created by VisualPharm (Ivan Boyko). The icon is found at Icon Search Engine. Thank's a lot!