autodesk-forks / MaterialX

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

Full JS bindings for MaterialX Core #1203

Closed sdunkel closed 3 years ago

sdunkel commented 3 years ago

This PR completes the set of bindings for the MaterialXCore package. Additional tests will follow.

Update: #1184

frericp commented 3 years ago

How did you organize the bindings so far, regarding their order? Are they defined in the same order as in the C++ headers?

sdunkel commented 3 years ago

Yes, we try to have the same order in cpp and js binding to make it easier to compare both