• Stars
    star
    108
  • Rank 310,081 (Top 7 %)
  • Language
    F#
  • License
    MIT License
  • Created over 7 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

Discord 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

More Repositories

1

aardvark.base

Aardvark.Base is the foundation of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
C#
144
star
2

aardvark.rendering

Aardvark.Rendering is a high-performance, dependency-aware rendering engine. It is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
F#
114
star
3

aardvark.media

Serverside, functional (ELM style) front-end and UI for Aardvark, an open-source platform for visual computing, real-time graphics and visualization.
JavaScript
44
star
4

aardvark.algodat

Aardvark.Algodat contains advanced geometric and photometric data structures and algorithms. It is part of the open-source Aardvark Platform for visual computing, real-time graphics, and visualization.
C#
31
star
5

aardvark-concepts

Technical overview of concepts used in the aardvark platform. Demo examples and quickstart is located in the aardvark.docs repository.
F#
16
star
6

aardvark.templates

.NET Core SDK templates for bootstrapping new Aardvark projects
F#
14
star
7

template

Template for Aardvark projects.
F#
8
star
8

OpcViewer

Light and flexible Viewer for OPC (Ordered Point Cloud) visualization and interaction
CSS
6
star
9

fablish

Elm style applications in .NET for composable user interfaces
F#
4
star
10

node-shared-mem

node.js addon for shared memory exposed as js module using napi.
F#
4
star
11

aardvark.compiler.domaintypes

Compiler plugin to automatically create incremental datatypes from immutable ones.
F#
2
star
12

aardvark.fake

Script extensions for FAKE build scripts such as native dependency injection and cabal style add-source functionality
F#
1
star