The Aardvark Platform | Platform Wiki | Gallery | Quickstart | Status
Aardvark.Docs is part of the open-source Aardvark platform for visual computing, real-time graphics and visualization.
Each platform repository contains self-contained standalone examples (e.g. rendering examples). The examples presented here combine multiple packages. A more technical platform walkthrough can be found here.
Install .NET Core SDK for your platform.
run build.cmd or build.sh to install all dependencies.
Then run:
$ dotnet build Ardvark.Docs.slnRequires .NET Core Runtime version 3.1+, e.g. to run Hello World example enter:
$ dotnet run -c Release -p .\src\HelloWorld\HelloWorld.fsproj