aws-samples / amazon-sumerian-hosts

Amazon Sumerian Hosts (Hosts) is an experimental open source project that aims to make it easy to create interactive animated 3D characters for Babylon.js, three.js, and other web 3D frameworks. It leverages AWS services including Amazon Polly (text-to-speech) and Amazon Lex (chatbot).
MIT No Attribution
174 stars 80 forks source link

Babylon split for monorepo #74

Closed haozhao-aws closed 2 years ago

haozhao-aws commented 2 years ago

What

Split the single package to three packages. This PR mainly focuses on the Core package and BabylonJS package.

NOTE npm publishing, README for packages, Three.js changes will not be modified or ensured to be correct from this change. Not all tests are passed. Currently only core and babylonjs package passed the tests.

Why

We would like to decouple the packages so that we can easily control and manage each piece.

How was the change tested? Please list exact steps taken to manually test this change.

npm install =>

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

haozhao-aws commented 2 years ago

We cannot merge into the branch aws-samples:master. This branch is used for our GitHub Pages. Please make a new branch.

Has changed to mainline2.0