Skip to content

aardvark-community/aardvark.assembler

Repository files navigation

Aardvark.Assembler

Test NuGet NuGet

Provides APIs for:

  • simple native-code generation via IAssemblerStream
  • Fragment based API for dynamic programs via FragmentProgram<'a>
  • AdaptiveFragmentProgram for automatically grouping and compiling aset<'a>

Building

  • run buildnative.(cmd|sh) to build the native dependency (CMake and C++ tools required) alternatively you can copy the content of the prebuilt folder to a new folder libs
  • run build.(cmd|sh)

Testing

There is a number of tests that check whether or not the Assembler works on your platform/architecture which can be run via dotnet test