Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #126
This PR overhauls how the 3d-web-experience is packaged and adds two new packages (
3d-web-experience-server
&3d-web-experience-client
) to provide simplified entry points for client and server that wrap the underlying more modular packages.This should drastically simplify how easy it is to update to the latest version of the 3d-web-experience as previously the entrypoints were liable to change significantly with each version and leave users of the library with significant conflicts to resolve. Thanks to @tbergmueller for the feedback and suggestions on how to address this.
There have also been significant optimizations to the example mesh and animation assets which takes the initial download size for the client itself down from ~30MB to ~6MB. The files are now also compressed using DRACO and use the new
@mml-io/model-loader
package to solve the complexity of being able to load compressed assets.What kind of change does your PR introduce? (check at least one)
Does your PR fulfill the following requirements?