networked-aframe / naf-valid-avatars

Example of using realistic animated avatars in networked-aframe.
https://naf-valid-avatars.glitch.me
MIT License
10 stars 0 forks source link

Add mic and chat #29

Closed vincentfretin closed 5 months ago

vincentfretin commented 5 months ago

Sync code with https://github.com/networked-aframe/naf-nametag-solidjs that put UsernameInput in separate file, and using some specific css classes.

Add support for a basic chat.

The mic button only shows up if the settings in networked-scene allows it. By default in this repo it doesn't show up.

Some buttons like Random avatar and Die are behind a flag in config.tsx so you can easily disable those.

This closes #18