freebsd-ports/devel/ixlib/pkg-descr
Ying-Chieh Liao fb6928a82d add ixlib
Ixlib is a small c++ tools library based on STL
2001-11-01 08:20:56 +00:00

20 lines
657 B
Text

ixlib is a small c++ tools library based upon the standard template
library. It provides
- a javascript interperter
- an exception handling framework
- garbage collection
- automatic array management
- planar geometry (rectangles, regions)
- polygons (rasterization, convex hull, smoothing, removal of
crossings)
- rasterization primitives
- matrices (including linear system solver, Cholesky and LU
decomposition, determinants, inversion, Gauss and Gauss-Jordan
elimination)
- command line parsing
- versatile int <-> string conversions
- regular expressions
- xml parsing (non-DTD)
WWW: http://ixlib.sourceforge.net/