Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 899 Bytes

README.md

File metadata and controls

39 lines (19 loc) · 899 Bytes

virtual workspace logo

immersive virtual workspace - prototype

developer work space in immersive virtual reality

notice: this is a proof of concept

dev setup

git clone https://github.com/elhenro/virtual-workspace

cd virtual-workspace

npm i

replace the ip adress with your ip for the websocket connection in public/index.html

npm run server-xterm.js

multi user setup

cd networked-aframe

npm i

npm run easyrtc-install

npm start

(in antother terminal)

again, replace the ip with yours in networked-aframe/server/static/index.html

npm start vrterm

software architecture