Documentation

Documentation for the PP library: Tutorials and usage examples:
  • Coming soon
Documentation and resources for third party software used by PP:
  • Qt: www.qtsoftware.com
    Great cross platform GUI and general purpose C++ framework used excessively by PP.
  • Coin3D & SoQt: www.coin3d.org
    Very good 3D visualization library (and its GUI integration) based on the original SGI OpenInventor API.
  • Bullet: www.bulletphysics.org
    Fast and powerful open source physics engine used by PP.
  • Approximate Nearest Neighbors (ANN) library: www.cs.umd.edu/~mount/ANN/
    An efficient library for nearest neighbor searching in metric spaces.
    PP uses a slightly modified version of this library to enable thread-safe operation.
  • Boost: www.boost.org/
    A comprehensive quasi-standard collection of C++ data structures and algorithms.
    PP uses only a small fraction of boost (currently only the multi-array classes).
Other resources: