The Aardvark Platform | Platform Wiki | Gallery | Quickstart | Status
This repository is part of the open-source Aardvark platform for visual computing, real-time graphics and visualization.
This template contains tools for quickly setting up your own interactive visualization app powerd by Aardvark.
Our quickstart for Windows and Linux smoothes the path for your Aardvark experience!
To create a new project run build.cmd or build.sh and follow the instructions.
To run the example use:
dotnet run -c Release -p .\src\{name of the project name you used}\{name of the project name you used}.fsproj
If you want to run the compiled version directly, make sure to setup the working directory or cd
to it:
cd bin\Release\netcoreapp2.0\{name of the project name you used} dotnet {name of the project name you used}.dll
A video(linux) video(windows) shows how we used this repository to setup everything including vscode. A visual studio solution inclusive project file is generated.
After successfully setting up your project, build.cmd or build.sh triggers our build script.