The Aardvark Platform | Gallery | Packages&Repositories
This repository is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization. This repository provides an empty template Aardvark project, which is bootstrapped by running build.cmd
or ./build.sh
.
You need the .NET SDK installed. Your editor (Visual Studio, Jetbrains Rider, VS Code) should have F# language support installed. Supported platforms are windows, linux, macOS.
Invoking build.cmd
or ./build.sh
runs an interactive shell script where you input name and type (Rendering/Media) of your Aardvark project. This generates a .sln file which is ready to be opened in your IDE of choice.
Build and run from command line:
dotnet run -c Release -p .\src\PROJECTNAME\PROJECTNAME.fsproj
A video walkthrough for linux (sound on) and a video walkthrough for windows (sound on) are available. Further Aardvark documentation and walkthroughs are hosted in the aardvark.docs wiki. An alternative way of creating an empty Aardvark project is the dotnet template.