Auxiliary Libraries for PLIB.

by Steve Baker

Introduction

PLIB/AUX is a suite of auxiliary libraries that build higher level classes on top of the basic PLIB libraries.

These will be installed and named with the same conventions as the base PLIB libraries, eg:


   /usr/include/plib/auxXXX.h
   /usr/lib/libplibauxXXX.a

...where 'XXX' is the name of the aux library.

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':


  eg
      class ssguParticleSystem ;
      class puuFileBrowser ;


Steve J. Baker. <sjbaker1@airmail.net>