FTGL

From HaskellWiki
Revision as of 08:20, 8 February 2015 by Henk-Jan van Tuyl (talk | contribs) (→‎More information: Added link to "cabal install FTGL on Windows, and getting exe’s that use it to work")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

FTGL is a library for rendering fonts in an OpenGL environment


Installation

If you haven't done this yet, install cabal-install (see also "How to install a Cabal package"), then install FTGL with the command:

 cabal install --global ftgl

The "cabal install" command automatically installs all necessary packages. If you don't have the access rights to install the software globally, you can leave out the "--global" flag.


Example

See the FTGL 1.0 announcement


More information