Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.5 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.5 KB

Aardworx.WebAssembly

Windows Mac Linux NuGet

Aardworx.WebAssembly provides a WebGL backend for Aardvark.Rendering and tools for working with Aardvark.Dom in a WebAssembly environment.

This library is work-in-progress and several rendering functionalities have not been implemented yet.

Check out the Live Demo

Screenshot 2024-10-19 at 10 39 11

Building

Requirements

  • dotnet sdk 8.0.401
  • wasm-tools workload (can be installed via dotnet workload install wasm-tools)

Steps

  • run build.cmd or build.sh
  • whenever you change Model.fs in src/Examples/Dom/ run adapt to update the generated file next to it.