This repo contains the template used for the IEEE VR 2024 Tutorial Developing Immersive and Collaborative Visualizations with Web-Technologies. This tutorial covers creating immersive and collaborative visualization on the web using Babylon.js, Anu.js, D3.js and Colyseus.
- Clone or Fork and Clone this repo.
- Naviagte to the repo folder with your terminal and run the following commands
//install all node dependencies
npm install
//starts a local dev server with live code reload
npm run start