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
175 stars 80 forks source link

PlayCanvas host #179

Open trusktr opened 10 months ago

trusktr commented 10 months ago

It would be nice to add a PlayCanvas host.

The core package has the interfaces that need to be implemented to make this work with other engines. See Integrating with other 3D engines.

trusktr commented 9 months ago

cc @willeastcott

willeastcott commented 9 months ago

100% agree. Since Sumerian is extremely similar to PlayCanvas, I'm surprised it wasn't the first engine/framework to get a host! 😄

trusktr commented 8 months ago

I may find some time to circle to this once I finish the Babylon update. Sumerian's Babylon animations break with latest Babylon (5+), which I need to fix in order to get

out of the door. The three.js examples are working fine. Love having no build! It's gonna be so much easier to maintain the code without relying on a particular bundler (we'll leave it to app authors to bundle their apps however they want, while they import the ESM from here).

Looking forward to PlayCanvas support so I can also dive into PlayCanvas itself. 😃