Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.49 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.49 KB

Discord license

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.

Build and Run

  1. Tools
  1. Clone
$ git clone https://github.com/aardvarkplatform/aardvark.docs.git
  1. Build
$ cd aardvark.docs
$ ./build.sh
  1. Run
$ dotnet run -c Release -p ./src/HelloWorld/HelloWorld.fsproj
  1. Look at the source code
$ code . src/HelloWorld/Program.fs