PLIB: Difference between revisions

Jump to navigation Jump to search
8 bytes added ,  30 April 2016
m
no edit summary
(Cleanup)
mNo edit summary
Line 10: Line 10:
; Sound Library (SL)
; Sound Library (SL)
: A fully portable Audio driver suited to C++, GLUT and realtime applications that need low latency. Includes a simple 'MOD' music loader/player.
: A fully portable Audio driver suited to C++, GLUT and realtime applications that need low latency. Includes a simple 'MOD' music loader/player.
; Standard Geometry Library(SG)
; Standard Geometry Library (SG)
: A set of matrix and vector math functions that was specifically written to simplify the writing of efficient OpenGL programs. You need to include this code into any SSG applications. Widely used within PLIB itself.
: A set of matrix and vector math functions that was specifically written to simplify the writing of efficient OpenGL programs. You need to include this code into any SSG applications. Widely used within PLIB itself.
; Simple Scene Graph Library (SSG)
; Simple Scene Graph Library (SSG)
Line 33: Line 33:
== Recommended version ==
== Recommended version ==
Even if version 1.8.5, shipped with most of the GNU/Linux distributions, does work for FlightGear and related software, it is [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg20793.html recommended] to use the latest source from its SVN repo:
Even if version 1.8.5, shipped with most of the GNU/Linux distributions, does work for FlightGear and related software, it is [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg20793.html recommended] to use the latest source from its SVN repo:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="shell">
svn checkout svn://svn.code.sf.net/p/plib/code/trunk plib-code
$ svn checkout svn://svn.code.sf.net/p/plib/code/trunk plib-code
cd plib-code
$ cd plib-code
sed s/PLIB_TINY_VERSION\ \ 5/PLIB_TINY_VERSION\ \ 6/ -i src/util/ul.h
$ sed s/PLIB_TINY_VERSION\ \ 5/PLIB_TINY_VERSION\ \ 6/ -i src/util/ul.h
</syntaxhighlight>
</syntaxhighlight>


Navigation menu