dallinbeutler / VoxVox

Learning the Aardvark platform through a simple voxel editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

Learning the Aardvark platform through a simple voxel editor

License:Apache License 2.0


Languages

Language:JavaScript 70.5%Language:F# 14.7%Language:CSS 13.3%Language:Batchfile 1.3%Language:Shell 0.3%