demo


Log

Author Commit Date CI Message
sammy 0b8db902 2008-04-12T22:41:39 * Fix an undefined operation in the FTGL demo.
sammy 7c358859 2008-04-04T12:43:38 * Generate a config.h file instead of passing all defines in the compiler command line. * "make install" now properly installs the includes, the documentation and the .pc file. * Generate a shared library.
sammy 9f978b91 2008-04-04T12:21:46 * Big build system overhaul. Autotools-generated files are no longer stored in SVN, the bootstrap script is more tolerant with odd installations, all makefiles are a lot shorter.
sammy 4d10d9d0 2008-04-04T11:19:57 * Put standard system headers first because on Windows glut.h uses exit().
sammy a0614cd3 2008-04-04T09:20:40 * Fix an illegal cast of a static string to a char* (has to be char const*).
henry 7682e585 2004-09-18T11:25:09 Added demonstration of texture co-ordinate generation.
henry 2a980faa 2004-08-22T05:50:33 Removed unnecessary translates in the glyph rendering code.
henry 3f033ecf 2003-05-03T05:45:13 Changed MAC font path
henry 7b3414c8 2003-03-05T21:25:19 Version 2.0 release
marcelo 6fcea409 2003-01-20T13:58:28 Expect a fontfile on the command line, fall back to a default one on systems where a default is known -- else complain about the missing parameter. Come to think of it, I could use a PS font on IRIX. I'll look into that later.
henry 812361ee 2002-12-21T09:09:50 Changed int to float in glRasterPos
henry f31295ad 2002-12-17T09:10:33 Changed render to Render
henry 9e37db56 2002-12-17T08:18:23 Changed mac font path to test directory
henry 59259511 2002-12-16T08:27:39 Refactored FTFont to get rid of Open function
henry e59da05e 2002-12-05T06:47:30 Fixed path
henry a31de491 2002-12-02T06:32:46 Rewriting to make it more 'correct'
henry 5fdcdcb8 2002-11-28T08:01:38 Removed some redundant code
henry a3adc62b 2002-06-21T08:29:11 Merged 1.32 into 1.4
henry a289e4ec 2002-06-21T08:22:34 Added hash define for windows fonts
henry 3922d728 2002-02-16T05:42:47 Added EXTERN "C"
henry 1fc86b8b 2002-02-16T05:12:09 Renamed from *.c to *.cpp
henry 1537b21b 2002-01-28T06:24:30 Added comment about font path
henry 021a3165 2002-01-24T09:40:39 Set the correct state for font type
henry e5b44d17 2002-01-10T07:14:55 Bbox now uses float
henry c346eca8 2001-12-11T23:11:23 Added compilation note
henry b7748851 2001-12-11T23:04:25 fixed glut header for OSX
henry 6047a1c3 2001-12-11T22:46:41 initial import
henry 521c2d21 2001-12-11T03:42:02 Tidy ups for release 1.3
henry f723df19 2001-12-10T23:35:59 Added edit mode, labels and a bunch more
henry 09916d8f 2001-11-14T03:23:44 Enabled lighting for texture font
henry 6f997a31 2001-11-13T20:10:26 Can now switch between font types.
henry d64b0422 2001-11-13T01:35:36 Added some comments
henry 7c584066 2001-11-12T02:38:18 Changed blend func
henry d1e4ad97 2001-11-11T23:59:25 Initial import of demo