Man Pages in libcaca-dev

  1. Carta.tech
  2. Packages
  3. libcaca-dev
  • 1

    Section 1: Executable programs or shell commands

    caca-config.1
    Script to get information about the installed version of libcaca
  • 37

    Section 3caca: Library calls

    _build_libcaca-Ep3W0i_libcaca-0.99.beta19_caca_.3caca
    Caca directory reference -
    _build_libcaca-Ep3W0i_libcaca-0.99.beta19_caca_codec_.3caca
    Codec directory reference -
    _build_libcaca-Ep3W0i_libcaca-0.99.beta19_caca_driver_.3caca
    Driver directory reference -
    _build_libcaca-Ep3W0i_libcaca-0.99.beta19_ruby_.3caca
    Ruby directory reference -
    caca.h.3caca
    The libcaca public header.
    caca_attr.3caca
    Libcaca attribute definitions -
    caca_attributes.3caca
    Libcaca attribute conversions -
    caca_canvas.3caca
    Libcaca canvas drawing -
    caca_charfont.3caca
    Libcaca character font handling -
    caca_charset.3caca
    Libcaca character set conversions -
    caca_conio_text_info.3caca
    Dos text area information.
    caca_dirty.3caca
    Libcaca dirty rectangle manipulation -
    caca_display.3caca
    Libcaca display functions -
    caca_dither.3caca
    Libcaca bitmap dithering -
    caca_event.3caca
    Handling of user events.
    caca_figfont.3caca
    Libcaca figfont handling -
    caca_file.3caca
    Libcaca file io -
    caca_font.3caca
    Libcaca bitmap font handling -
    caca_frame.3caca
    Libcaca canvas frame handling -
    caca_importexport.3caca
    Libcaca importers/exporters from/to various -
    caca_option.3caca
    Option parsing.
    caca_primitives.3caca
    Libcaca primitives drawing -
    caca_process.3caca
    Libcaca process management -
    caca_transform.3caca
    Libcaca canvas transformation -
    conio.3caca
    Libcaca dos conio.h compatibility layer -
    libcaca.3caca
    Libcaca basic functions -
    libcaca-authors.3caca
    Libcaca authors sam hocevar [email protected] main programmer jean-yves lamoureux [email protected] cacaball opengl driver exporters network driver c# bindings john beppu [email protected] term::caca perl wrapper ben wiley sittler [email protected] numerous bugfixes and enhancements pascal terjan [email protected] ruby bindings daniele 'eriol' tricoli [email protected] python ctypes sample program nicolas vion [email protected] php bindings adrien grand [email protected] java bindings alex foulon [email protected] python bindings
    libcaca-canvas.3caca
    The libcaca canvas format (version 1) all types are big endian.
    libcaca-env.3caca
    Libcaca environment variables some environment variables can be used to change the behaviour of libcaca without having to modify the program which uses it. these variables are: caca_driver: set the backend video driver. in order of preference: conio uses the dos conio.h interface. ncurses uses the ncurses library. slang uses the s-lang library. x11 uses the native x11 driver. gl uses freeglut and opengl libraries. raw outputs to the standard output instead of rendering the canvas. this is can be used together with cacaserver. caca_geometry: set the video display size. the format of this variable must be xxy, with x and y being integer values. this option currently works with the raw, x11 and gl drivers. caca_font: set the rendered font. the format of this variable is implementation dependent, but since it currently only works with the x11 driver, an x11 font name such as fixed or 5x7 is expected.
    libcaca-font.3caca
    The libcaca font format (version 1) all types are big endian.
    libcaca-migrating.3caca
    Migrating from libcaca 0.x to the 1.0 api this section will guide you through the migration of a libcaca 0.x application to the latest api version.
    libcaca-news.3caca
    Libcaca news
    libcaca-ruby.3caca
    Libcaca ruby bindings there is no real documentation yet for the ruby binding but methods on any object should help you :) i tried to follow ruby spirit meaning that : most of the methods return self the methods set_foo with only an argument are also available as foo= (returning the value instead of self) the methods originally named get_foo are available only as foo for the list of methods and some sample code, read: libcaca ruby api
    libcaca-ruby-api.3caca
    Libcaca ruby api
    libcaca-style.3caca
    Libcaca coding style
    libcaca-thanks.3caca
    Libcaca thanks
    libcaca-tutorial.3caca
    A libcaca tutorial first, a very simple working program, to check for basic libcaca functionalities.