NikolaySuslov / croquet-multi-monitor-demo

Spans the render view across multiple screen/monitor/machine setups using Croquet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Croquet multi-monitor demo application

Spans the render view across multiple screen/monitor/machine setups using Croquet.

This demo application is based on the Croquet Tutorial 4 - 3D Animation created by Croquet Studios. It adds multi-camera functionality to the original application. The virtual cameras are created automatically inside application for the new user/screen to span the render view across screens. The user should choose the corresponding view position belong to the multi-monitor grid:

Example Multi-screen grid (x/y)
+-----+-----+-----+
| 0/0 | 1/0 | 2/0 | ..
+-----+-----+-----+
| 0/1 | 1/1 | 2/1 | ..
+-----+-----+-----+
  ..    ..    ..

Demo video

Live demo at Glitch: https://glitch.com/~croquet-multi-monitor-demo

Multi-monitor setup using smartphones

Multi-window setup on desktop using several Chrome Web browsers

About

Spans the render view across multiple screen/monitor/machine setups using Croquet

License:MIT License


Languages

Language:JavaScript 81.3%Language:HTML 17.1%Language:CSS 1.6%