All Projects → aardvark-platform → Aardvark.docs

aardvark-platform / Aardvark.docs

Licence: mit
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.

Join the chat at https://gitter.im/aardvark-platform/Lobby license

The Aardvark Platform | Platform Wiki | Gallery | Quickstart | Status

Aardvark.Docs is part of the open-source Aardvark platform for visual computing, real-time graphics and visualization.

Each platform repository contains self-contained standalone examples (e.g. rendering examples). The examples presented here combine multiple packages. A more technical platform walkthrough can be found here.

Build

Install .NET Core SDK for your platform. Run build.cmd or build.sh to install all dependencies and build the project.

Run

Requires .NET Core Runtime version 3.1+, e.g. to run Hello World example enter:

Windows

$ dotnet run -c Release -p .\src\HelloWorld\HelloWorld.fsproj

Linux / Mac

$ dotnet run -c Release -p ./src/HelloWorld/HelloWorld.fsproj

If you're on a Mac, you'll additionally need to install DevIL:

$ brew install devil
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].