The Aardvark Platform | Gallery | Packages&Repositories
Aardvark.Docs is part of The Aardvark Platform for visual computing, real-time graphics and visualization. The examples in this repository combine multiple packages from different repositories. You can find the other Aardvark Platform repositories in the Gallery and Packages&Repositories links above. For more information, please refer to the aardvark.docs wiki.
- Tools
- git
- .NET Core SDK
- (optional) Visual Studio Code
- extensions: Ionide-fsharp, Ionide-paket
- Clone
$ git clone https://github.com/aardvarkplatform/aardvark.docs.git
- Build
$ cd aardvark.docs
$ ./build.sh
- Run
$ dotnet run -c Release -p ./src/HelloWorld/HelloWorld.fsproj
- Look at the source code
$ code . src/HelloWorld/Program.fs