Skip to content

RobertJGabriel/teamwork.com-vr-teamwork-campus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt text

About

A small VR demo of the Teamwork.com campus one. Using a frame

About A-Frame

A-Frame can achieve native-like latency and framerate with proper browsers (e.g., Firefox with WebVR). For example, A-Painter is Tilt Brush in the browser that can smoothly run 90 frames per second and can be indiscernible from native.

A-Frame being based on HTML is not an issue. While the browser’s 2D layout has been a primary performance concern for normal web applications, A-Frame uses Custom Elements to act merely as data containers and does not trigger the layout engine. 3D operations are done in memory with minimal overhead and are rendered with WebGL, which binds to OpenGL or Direct3D.

Teamwork.com

Teamwork.com is a company founded by developers, built to give our outstanding crew of programmers the best possible environment to write great code and build the world class products that our customers love.

Releases

No releases published

Packages

No packages published

Languages