autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

JS Bindings for Essl Shader Generation #1257

Closed sdunkel closed 3 years ago

sdunkel commented 3 years ago

Implements Javascript bindings for the Essl/WebGL shader generation. Covers full workflow of loading MaterialX files, generation of vertex & pixel shaders and fetching uniform values in Javascript. Includes sample implementation in ThreeJS.

Stage 2 of #1184