mml-io / mml

Metaverse Markup Language
https://mml.io
MIT License
120 stars 13 forks source link

Add @mml-io/model-loader #163

Closed MarcusLongmuir closed 4 months ago

MarcusLongmuir commented 4 months ago

This PR adds a new package, @mml-io/model-loader, that exposes a ModelLoader class that can:

Exposing this class as a package enables reuse of the model loading capability currently used in the MML library (most crucially DRACO without having to load the web assembly files remotely).


What kind of changes does your PR introduce? (check at least one)

Does your PR introduce a breaking change? (check one)

Does your PR fulfill the following requirements?