Update of /cvsroot/plib/plib/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20530/plib/doc
Modified Files:
index.html
Log Message:
Added the 'PW' library. Added some functionality to the ssgAux screen dump
facility so you can dump to an array in memory as an alternative to dumping
it straight to disk.
Index: index.html
===================================================================
RCS file: /cvsroot/plib/plib/doc/index.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- index.html 5 Sep 2002 06:14:56 -0000 1.28
+++ index.html 16 Feb 2004 02:26:26 -0000 1.29
@@ -59,6 +59,7 @@
<A HREF="js/index.html"><IMG SRC="JS.png" ALT="JS" BORDER="0" width=75 height=25></A>
<A HREF="net/index.html"><IMG SRC="NET.png" ALT="NET" BORDER="0" width=75 height=25></A><br>
<A HREF="sl/index.html"><IMG SRC="SL.png" ALT="SL" BORDER="0" width=75 height=25></A>
+<A HREF="pw/index.html"><IMG SRC="PW.png" ALT="PW" BORDER="0" width=75 height=25></A>
<br>
</TD>
<TD>
@@ -75,8 +76,9 @@
rendering, a GUI, networking, 3D math library and a
collection of handy utility functions. All are 100% portable
across nearly all modern computing platforms. What's more, it's
-all available on line - and completely free.
-
+all available on line - and completely free. Each library component
+is fairly independent of the others - so if you want to use SDL,
+GTK, GLUT, or FLTK instead of PLIB's 'PW' windowing library, you can.
<p>
The latest stable version of PLIB is 1.6.0 - go to the
<A HREF="download.html">DOWNLOAD</A> section to get a
|