What's Portalgraph?

日本語はこちら

Portalgraph is a Unity software development environment for enjoying VR spaces on projectors and PC screens. Because the image changes in response to the user's movements, you can experience a space that truly seems to exist inside the screen — allowing you to look into that space in 3D from any position: up, down, left, right, near, or far.

Portalgraph application

In addition to standard projector screens, Portalgraph can also display VR spaces projected onto a tabletop, across a box constructed from multiple displays arranged together, on ceilings, and more.

Desktop Portalgraph
Portalgraph with a Box Made from Two Combined LCD Displays

Developers can easily build such demos using Unity.

The communication protocol between the tracking application and the Portalgraph core is publicly available, so you can implement your own custom tracking application if desired.

Get Started Here

For those who want to experience Portalgraph

Turn Your PC Screen into a VR Spacechevron-rightTurn a 3D Projector into a VR Spacechevron-right

For those who want to build a Portalgraph app

Portalgraph App Creation Tutorialchevron-right

Portalgraph detects the user's viewpoint in real time and generates 3D imagery rendered to that viewpoint. This makes it appear as though a space exists inside the screen, which you can peer into. Viewpoint detection is performed either via face recognition through a webcam or by attaching a VIVE Tracker to the head. It supports left-right split, top-bottom split, anaglyph, and dual left-right output modes, making it compatible with 3D projectors, 3D televisions, anaglyph glasses, and other 3D display devices.

The Portalgraph runtime is implemented as software independent from the Portalgraph application itself, tracking the user's viewpoint and sending coordinates to the application via OSC. It currently supports face tracking via webcam and tracking via VIVE Tracker.

Last updated