The Aardvark Platform | Gallery | Packages&Repositories
This repository hosts guided walkthrough examples and lecture notes for the open-source The Aardvark Platform for visual computing, real-time graphics and visualization. You can find additional academic articles, paper concepts and videos related to Aardvark in This repository's wiki. For technical documentation regarding Aardvark, please see the aardvark.docs wiki.
Aardvark Platform consists of these central resources:
The code in this repository showcases the interplay of the different Aardvark Platform repositories (which can be found in the Packages&Repositories at the top of this readme). This demo repository is considered supplementary documentation for the other repositories, which are more technically oriented. In this demo repository, you can find a guided Aardvark walkthrough (also in video form in the wiki) and more academic observations about various Aardvark components.
Aardvark is used in industry and research projects, which are also linked in the Gallery. A selection of examples: Hilite lighting design, Hilite Architectural Visualization, Pro3D. Topics discussing technical aspects of Aardvark can be found in the aardvark.docs wiki. Our lecture notes and videos can be found in this repository's wiki. We invite you to ask further questions in our discord server.
You need the .NET SDK installed. Your editor (Visual Studio, Jetbrains Rider, VS Code) should have F# language support installed. We use dotnet+paket as build system.
Clone the repository and run build.cmd
or ./build.sh
.
Choose one of these options:
dotnet new
.We deploy our packages on Nuget and Github Packages. For dependency management, we use paket. A list of Aardvark packages is located at Packages&Repositories.