Press "Enter" to skip to content

Creating a 3D Browser Virtual Environment in JavaScript

For a project in my master studies I had to create a 3D virtual communication environment with JavaScript that runs in the browser. The rooms were designed and created with blender, back-end implemented with Node.js, and the front-end with JavaScript, HTML, and CSS. The 3D scene was created and rendered with the 3D graph library rendeer.js which can be found here.

The result looks like this:

Implementation details can be found on my github.

Comments are closed, but trackbacks and pingbacks are open.