/aardvark.rendering

Rendering framework based on the aardvark open source libraries.

Primary LanguageF#Apache License 2.0Apache-2.0

Build status Build Status

Aardvark.Rendering

How to build:

Windows:

  • Visual Studio 2013,
  • FSharp 3.1 (at least Daily Builds Preview 10-27-2014) [1]
  • run build.bat
  • run msbuild src\Aardvark.sln or use VisualStudio to build the solution

Linux:

  • install mono >= 3.2.8 (might work in older versions as well)
  • install fsharp 3.1 (http://fsharp.org/use/linux/)
  • run ./build.sh
  • run xbuild src/Aardvark.Rendering.sln or use MonoDevelop to build src/Aardvark.Rendering

[1] https://visualfsharp.codeplex.com/releases/view/161288