fysxasteroids/engine/libraries/oglft
Martin Felis (berta) e7e0b39e82 initial commit 2010-04-05 23:38:59 +02:00
..
CMake initial commit 2010-04-05 23:38:59 +02:00
liboglft initial commit 2010-04-05 23:38:59 +02:00
tests initial commit 2010-04-05 23:38:59 +02:00
AUTHORS initial commit 2010-04-05 23:38:59 +02:00
CMakeLists.txt initial commit 2010-04-05 23:38:59 +02:00
COPYING initial commit 2010-04-05 23:38:59 +02:00
COPYING.LIB initial commit 2010-04-05 23:38:59 +02:00
ChangeLog initial commit 2010-04-05 23:38:59 +02:00
INSTALL initial commit 2010-04-05 23:38:59 +02:00
NEWS initial commit 2010-04-05 23:38:59 +02:00
OGLFT.h initial commit 2010-04-05 23:38:59 +02:00
README initial commit 2010-04-05 23:38:59 +02:00

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

OGLFT Version 0.8

OGLFT is a library for drawing text in OpenGL. It usees the FreeType 2
library to extract information from font files on your system. OGLFT
can handle any of the files which FreeType can read, both vector and
bitmapped (although currently the bitmap routines are not implemented).

The software is available from www.sf.net/project/oglft.

The documentation is in ./doc/html/index.html.

The mailing list is oglft-devel@lists.sourceforge.net.

A couple of installation notes:

OGLFT depends on the GLE Tubing and Extrusion library to create solid
characters. If you don't have this library (or don't want solid
glyphs), you can disable this feature with:

./configure --disable-solid

If the configure script can't find the GLE library and header files,
it is disabled automatically.

UNICODE character rendering, Demo3 and the performance test code
depend on the Qt library. You can disable them with:

./configure --disable-qt

Note that the configure script depends on finding the environment
variable QTDIR in order to locate the headers and library for Qt (if
not disabled). If the configure script can't successfully build a
simple Qt app, Qt is disabled automatically.

'make check' builds the test programs in the tests/ directory.

There is also a (mostly untested) Qt project file from which it may be
possible to generate a Makefile for operating systems for which
autoconf is not supported. Edit the files ./OGLFT/OGLFT.pro and
./tests/tests.pro to change the values to those appropriate for your
operating system. Generate the library and the test program by doing a
"make install" (this will actually only copy the library to the ./lib
directory).

---------------------------------------------------------------------
lignum Computing, Inc., July, 2002
oglft@lignumcomputing.com


;;;Local variables: ***
;;;mode: text ***
;;;End: ***