Difference between revisions of "FTGL"

From HaskellWiki
Jump to navigation Jump to search
(No difference)

Revision as of 21:24, 26 August 2008

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


Example

See the FTGL 1.0 announcement


More information