amazon-sumerian-hosts
amazon-sumerian-hosts copied to clipboard
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 le...
With the latest version of this repository, text-to-speech audio does not work on iOS devices. A mute button appears at the top left, and even when clicked on, the audio...
Followed the instructions for the babylon demo folder. it says go to root folder to run `npm install` and then `npm run start-babylon`. Two browser tabs open up, but when...
Hello all, the code has been working magnificently for the past 6 months, but until recently, there is an issue where the mouth of the avatar does not move with...
### Description: If you attempt to use the Hosts with BabylonJS v5, audio and body animations work properly, but there is no speech animation, gaze tracking stops working, and the...
> [!NOTE] > This is branched off of the branch for > - #181 > > That pull request can be merged first to fix the build, but the build...
> [!NOTE] > This is branched off of the branch for > - #180 > > See that PR first. For convenience, here's the [diff between the branches](https://github.com/autonomys/amazon-sumerian-hosts/compare/fix-syntax-for-oculus...autonomys:amazon-sumerian-hosts:vanilla-es-module-compatibility), as the...
The `karma` test runner is [deprecated and no longer maintained](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes). The new kid on the block is `@web/test-runner`, which is simpler to configure, faster, works with (vanilla!) ES Modules out...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
I ran npx serve . at .../aws_sumerian/packages/amazon-sumerian-hosts-three I receive error: ``` HTTP 10/11/2023 11:06:51 AM ::1 Returned 404 in 0 ms HTTP 10/11/2023 11:06:51 AM ::1 GET /_next/webpack-hmr ``` I...
Webpack already caused a break (see https://github.com/aws-samples/amazon-sumerian-hosts/pull/181) and generally speaking there's quite a bit of build magic happening that I think detracts from the simplicity of managing the code. I've...