@hackage / FreeTypeGL

Loadable texture fonts for OpenGL.

Version Deprecated package0.0.4

About

Metadata

  • Last updated , by EyalLotem
  • License BSD-3-Clause
  • Categories Graphics
  • Maintained by: Eyal Lotem <eyal.lotem@gmail.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Package Flags

Use the -f option with cabal commands to enable flags

    use_font_config (off by default)

    Build with fontconfig support

    examples (off by default)

    Build example programs

Readme

Based on the freetype-gl library, with large modifications.

This is similar to the FTGL (http://hackage.haskell.org/package/FTGL) library, but avoids C++, which makes it easier to wrap and work with in Haskell-land.

Unfortunately, it seems not to perform as well as FTGL on some setups.

NOTE: Most of the demos and C-side documentation are out-of-date, as the C side was heavily modified, without updating many of the demos or the C documentation.