56 lines
1.2 KiB
HTML
56 lines
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<TITLE>Auxiliary Libraries for PLIB.</TITLE>
|
|
</HEAD>
|
|
<BODY text="#B5A642" link="#8FFF8F" vlink="#18A515" alink="#20336B"
|
|
bgcolor="#005000" background="../marble.png">
|
|
|
|
<TABLE>
|
|
<TR>
|
|
<TD>
|
|
<H1>Auxiliary Libraries for PLIB.</H1>
|
|
</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>
|
|
by Steve Baker
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<H2>Introduction</H2>
|
|
PLIB/AUX is a suite of auxiliary libraries that build
|
|
higher level classes on top of the basic PLIB libraries.
|
|
<p>
|
|
These will be installed and named with the same
|
|
conventions as the base PLIB libraries, eg:
|
|
<pre>
|
|
|
|
/usr/include/plib/auxXXX.h
|
|
/usr/lib/libplibauxXXX.a
|
|
|
|
</pre>
|
|
...where 'XXX' is the name of the aux library.
|
|
<p>
|
|
PLIB/AUX functions, classes and constants are all
|
|
named after the base PLIB library that they logically
|
|
belong with, hence enhancements to SSG will share the
|
|
'ssg' prefix but add a 'u':
|
|
<pre>
|
|
|
|
eg
|
|
class ssguParticleSystem ;
|
|
class puuFileBrowser ;
|
|
|
|
</pre>
|
|
<hr>
|
|
<ADDRESS>
|
|
<A HREF="http://www.sjbaker.org">
|
|
Steve J. Baker.</A>
|
|
<<A HREF="mailto:sjbaker1@airmail.net">sjbaker1@airmail.net</A>>
|
|
</ADDRESS>
|
|
</BODY>
|
|
</HTML>
|
|
|