-3

I am looking to see if an a-frame component which acts as a virtual chat window already exists. A user can see messages he has sent as well as received.

Kevin Alwell
  • 131
  • 10
  • What is an "A-frame"? – Dai Aug 04 '17 at 18:36
  • a-frame is a framework for WebVr. See: https://aframe.io/ @Dai – Kevin Alwell Aug 04 '17 at 18:38
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – Patrick Hund Aug 05 '17 at 12:42

1 Answers1

3

I would one of those the html2canvas/texture components:

project the texture on an entity and set up the chat functionality with any of those helpdesk-like chat apps or from scratch.

always-a-learner
  • 3,671
  • 10
  • 41
  • 81
RDub
  • 46
  • 3