Skip to content

aardvark-platform/aardvark.interactive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

Template

This template contains tools for quickly setting up your own interactive visualization app powerd by Aardvark.

Requirement

Our quickstart for Windows and Linux smoothes the path for your Aardvark experience!

How to start

To create a new project run build.cmd or build.sh and follow the instructions.

To run the example use: dotnet run -c Release -p .\src\{name of the project name you used}\{name of the project name you used}.fsproj

If you want to run the compiled version directly, make sure to setup the working directory or cd to it: cd bin\Release\netcoreapp2.0\{name of the project name you used} dotnet {name of the project name you used}.dll

A video(linux) video(windows) shows how we used this repository to setup everything including vscode. A visual studio solution inclusive project file is generated.

After successfully setting up your project, build.cmd or build.sh triggers our build script.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published