Terminality: Quick Start ======================== To compile everything: make Fun demos in demo/: demo - demo of the Terminality 'GUI' demo3d - a cute 3D demo in textmode demoansi - converts 160x100x24bit .RAW files (Photoshop can write these) into text art on your screen You need to specify a .RAW file, try: demoansi smile.raw Also, look in dlgc/ for a really cool dialog/form editor that Michal wrote. A Note on Usage (no make install) =============== Terminality isn't meant to be installed as a system shared library, it's meant to be used as a developer utility. Terminality is a fairly thin wrapper around the system's existing terminal functions. What you, as a developer, should do is pull all the tn* files into your application's source tree instead of treating Terminality as a library/dependancy. If you need the extra helper functions, grab extra.[ch] as well. If you need the GUI, just grab all the files. There is no need for a make install. $Id: README,v 1.6 2002/07/27 07:38:37 darkmoon Exp $