跳转到内容

@aelionsdk/material-compiler

此内容尚不支持你的语言。

Typed Aelion Material Protocol graph compiler for WebGL2 and WebGPU.

Terminal window
npm install @aelionsdk/material-compiler

latest currently resolves to 1.2.0. Material authors should normally use @aelionsdk/material-sdk; import this package directly to build a custom compiler, renderer or validation host.

  • Core Node registry and typed graph validation;
  • graph compilation and resource-budget diagnostics;
  • WebGL2 and WebGPU program generation;
  • compiler input, output and backend types.

Treat generated Shader/WASM code as untrusted unless the host explicitly authorizes its publisher and execution mode. Compilation success does not bypass runtime resource budgets.

See the Material guide and API reference. Licensed under MIT.