Amazon Sumerian Hosts Versions Save

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).

v2.0.6

1 year ago

v2.0.5

1 year ago

What's Changed

Full Changelog: https://github.com/aws-samples/amazon-sumerian-hosts/compare/v2.0.4...v2.0.5

v2.0.4

1 year ago

What's Changed

Full Changelog: https://github.com/aws-samples/amazon-sumerian-hosts/compare/v2.0.0...v2.0.4

v2.0.0

2 years ago

Hosts Release 2.0.0 - What's New

Introducing a major update of the Amazon Sumerian Hosts (Hosts) library! Hosts v2 offers new functionality, ease-of-use improvements, and new demo applications to make learning the Hosts API easier than ever.

  • New Amazon Lex support allows your users to interact with Hosts using their voice or typed text input. Compatible with Amazon Lex v1 chatbots.
  • Instantiating host characters in Babylon.js has been significantly streamlined. You can now create a fully functioning host character with just 6 lines of code.
  • New Hosts demos for Babylon.js present each Hosts feature in a streamlined way that makes them easy to learn from and perfect for use as the starting point for your own applications. Demos include:
    • Hello World Demo
    • Gestures Demo
    • Chatbot Demo
    • Custom Character Demo
  • To support modern web development practices, the Hosts API can now be directly imported into your codebase as an ESM-style Javascript module (new). It can also still be linked into your web app using an HTML <script> tag and accessed using the global variable, HOST (legacy).
  • Support for both left-handed (new) and right-handed coordinate systems in Babylon.js.
  • Added Typescript definitions for an improved developer experience when using Hosts in Typescript projects.
  • New repository structure offering cleaner separation of renderer-specific code.
  • Several bug fixes and quality of life improvements.

v1.3.7

2 years ago

Host Release 1.3.7 - Update Node JS Version for Publishing

v1.3.6

2 years ago

Host Release 1.3.6 - Dependency Updates and Minor Bug Fixes

  • Fix an issue with ThreeJs dependency calling a non-backwards compatible version due to CDN
  • Fix an issue where BabylonJs was not working for TextToSpeech
  • Upgrade dependencies due to security concerns

v1.3.5

3 years ago
  • Fixed bug in threejs Messenger class
  • Upgraded some dependencies

v1.3.4

3 years ago

Host Release 1.3.4 - Bug fixes

  • Fixed tests and added tests report
  • Upgraded some dependencies to mitigate security risks

v1.3.3

3 years ago

Host Release 1.3.3 - Bug fixes

  • Fixed error on Speech.stop in the Babylon build
  • Fixed error on tab change in the three.js example html file

v1.3.2

3 years ago

Host Release 1.3.2 - What's New

  • Added support for canceling gesture promises.
  • Added images to README.md to show key aspects of results from the example HTML files.
  • Updated three.html and babylon.html example files to streamline script dependencies and use the latest recommended versions of builds/features from the three.js and Babylon.js repositories.
  • Updated README.md Getting Started instructions to reflect changes to the example files. ​

Bug fixes

  • Made GestureFeature.playGesture honor the force option when checking the gesture interval.
  • Fixed minor typos and grammatical issues in README.md.