Skip to content
Stefan Maierhofer edited this page Jul 17, 2014 · 11 revisions

Aardvark

Aardvark is a collection of libraries for real-time rendering and visualization developed at the VRVis Research Center since 2006. Since parts of our framework might be helpful for other visualization projects we decided to make them open source. Of course we would also be very happy to see other people contributing to the project. The repository currently contains our base library (Aardvark.Base).

Aardvark.Base

This project contains data types and algorithms commonly used in computer graphics. A short list of included features:

  • basic vector/matrix/color/range types
  • transformation utilities (quaternions, ...)
  • geometric primitives (e.g. triangle, polygon, line, etc.)
  • efficient tensor library (Vector, Matrix, Volume, Tensor4)
  • sorting algorithms (dual-pivot quick sort, timsort, etc.)
  • minimum spanning tree / shortest path / etc.
  • polynomial solver / LU-Factorization / QR-Factorization
  • and many more

NuGet

Aardvark.Base is also distributed as a binary package via NuGet. See https://www.nuget.org/packages/Aardvark.Base.

Clone this wiki locally