aardvark-platform / aardvark.docs

Simple examples combining multiple packages provided by the aardvark platform. Each platform repository comes with separate examples -- here we collect overarching examples using for example aardvark.rendering and aardvark.media.
https://aardvarkians.com/
MIT License
109 stars 5 forks source link

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

  2. Clone

    $ git clone https://github.com/aardvarkplatform/aardvark.docs.git
  3. Build

    $ cd aardvark.docs
    $ ./build.sh
  4. Run

    $ dotnet run -c Release -p ./src/HelloWorld/HelloWorld.fsproj
  5. Look at the source code

    $ code . src/HelloWorld/Program.fs