Skip to content
Stefan Maierhofer edited this page Jun 28, 2018 · 19 revisions

Component Descriptions

Aardvark Foundation Layer

Aardvark is an open-source platform for visual computing, real-time graphics and visualization. The foundation layer provides a large number of common types and building blocks for all other components.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • none

nuget packages

  • Aardvark.Base
  • Aardvark.Base.Essentials
  • Aardvark.Base.FSharp
  • Aardvark.Base.IO
  • Aardvark.Base.Runtime
  • Aardvark.Geometry

License

  • Apache-2.0

Incremental Computation Engine

A high-performance incremental computation engine. This is a corner stone of Aardvark's unique incremental rendering VM.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Aardvark Foundation Layer

nuget packages

  • Aardvark.Base.Incremental

License

  • Apache-2.0

Rendering Foundation Layer

Aardvark's high-performance, fully incremental rendering VM.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Aardvark Foundation Layer
  • Incremental Computation Engine

nuget packages

  • Aardvark.Base.Rendering
  • Aardvark.SceneGraph
  • Aardvark.SceneGraph.IO

License

  • Apache-2.0

OpenGL/WPF Rendering Kernel

OpenGL/WPF bindings for Aardvark's incremental rendering VM.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: NVIDIA Kepler Architecture (GTX 6*) or greater; AMD Vega64, RX400, or greater

depends on components

  • Rendering Foundation Layer

nuget packages

  • Aardvark.Application
  • Aardvark.Application.WPF
  • Aardvark.Application.WPF.GL
  • Aardvark.Rendering.GL

License

  • Apache-2.0

OpenGL/WinForms Rendering Kernel

OpenGL/WinForms bindings for Aardvark's incremental rendering VM.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: NVIDIA Kepler Architecture (GTX 6*) or greater; AMD Vega64, RX400, or greater

depends on components

  • Rendering Foundation Layer

nuget packages

  • Aardvark.Application
  • Aardvark.Application.WinForms
  • Aardvark.Application.WinForms.GL
  • Aardvark.Rendering.GL

License

  • Apache-2.0

Out-of-Core Rendering Foundation Layer

Asynchronous, high-performance host to GPU data transfer.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: NVIDIA Kepler Architecture (GTX 6*) or greater; AMD Vega64, RX400, or greater

depends on components

  • Rendering Foundation Layer

nuget packages

License

  • Apache-2.0

Out-of-Core Point Cloud Rendering Kernel (OpenGL)

A high-performance point cloud rendering engine based on the out-of-core persistent point cloud data structure and applicable to the OpenGL/* Rendering Kernels.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: NVIDIA Kepler Architecture (GTX 6*) or greater; AMD Vega64, RX400, or greater

depends on components

  • Out-of-Core Rendering Foundation Layer
  • OpenGL/WPF Rendering Kernel or OpenGL/WinForms Rendering Kernel

nuget packages

License

  • Apache-2.0

Point rkd-Tree

A high-performance in-memory rkd-tree implementation for points, including multiple highly optimized tree construction algorithms allowing to choose various time/space trade-offs.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Aardvark Foundation Layer

nuget packages

  • Aardvark.Geometry.PointTree

License

  • AGPL-3.0

Out-of-Core Persistent Point Cloud Data Structure

A high-performance out-of-core persistent point cloud data structure.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Aardvark Foundation Layer

nuget packages

  • Aardvark.Geometry.PointSet

License

  • AGPL-3.0

Out-of-Core Map/Reduce Processing Pipeline for Pointclouds

An out-of-core map/reduce processing pipeline for point clouds of arbitrary size.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Out-of-Core Persistent Point Cloud Data Structure

nuget packages

  • Aardvark.Geometry.PointSet

License

  • AGPL-3.0

Out-of-Core LoD Generation for Point Clouds

An out-of-core level-of-detail generator for point clouds.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Out-of-Core Persistent Point Cloud Data Structure

nuget packages

  • Aardvark.Geometry.PointSet

License

  • AGPL-3.0

Out-of-Core Contained-In Queries for Point Clouds

High-performance out-of-core contained-in queries for point clouds, e.g. points inside or outside boxes or convex hulls.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Out-of-Core Persistent Point Cloud Data Structure

nuget packages

  • Aardvark.Geometry.PointSet

License

  • AGPL-3.0

Out-of-core Plane/Polygon Queries for Point Clouds

High-performance out-of-core plane and polygon queries for point clouds, e.g. querying points (not) near planes or polygons.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Out-of-Core Persistent Point Cloud Data Structure

nuget packages

  • Aardvark.Geometry.PointSet

License

  • AGPL-3.0

ASTM E57 Point Cloud Importer

A point cloud importer for the ASTM E57 3D file format, version 1.0. Integrates with out-of-core persistent point cloud data structure.

system requirements (subscription)

  • OS/Runtime: Windows 10 (64bit, v1709), .NET Standard 2.0
  • Graphics: none

depends on components

  • Out-of-Core Persistent Point Cloud Data Structure

nuget packages

  • Aardvark.Data.E57

License

  • AGPL-3.0

Clone this wiki locally