I am trying to find out if it is possible to include a text editor inside a babylonjs game gui, like a chatbox inside a mmo game. More specifically, i want to try to include a code editor like codemirror as a part of gui for my thesis project.
If this is not possible explicitly, is there a workaround maybe? I thought something like style an html element to draw over a canvas where babylonjs is rendering.
Yes, i meant babylonjs gui. I am pretty new to babylonjs in general so I am not entirely sure how user interfaces for a game are built in babylonjs, i just saw that there is something called babylonjs GUI and i am wandering is it possible to show something like code/text editor with it?