Third Party Libraries

From Second Life Wiki
Jump to navigation Jump to search

Third Party Libraries

apache portable runtime

The apache portable runtime is a set of c functions which provide a portable and consistent interface into operating system - or simply widely useful - functionality. We primarily use it for threading and socket i/o.

boost

Boost is a set of portable c++ libraries which provide a wide set of functionality. We primarily use it for tokenization.

TUT

The TUT framework is a unit test framework based on the use of c++ meta template programming. We use it to test our libraries.

quicktime

We use this to play in-world video clips on a prim.

libcurl

The libcurl library handles moving data across the net in many different protocols. We use it to GET/POST/PUT/DELETE web resources.

zlib

zlib is a lossless data-compression library which is used for a variety of network i/o and file compression.

Libraries that need descriptions

  • mozilla
  • cg
  • gl
  • expat
  • freetype
  • jpeglib
  • kdu
  • ogg
  • vorbis
  • sdl
  • smrtheap
  • speedtree
  • xmlrpc-epi