![]() |
VOOZH | about |
This project presents an easy way to view HTML documents in virtual reality.
All web pages are built from the language and standard called HTML. To represent documents, there is a standard called DOM that provides a tree-based structure to represent the elements or nodes that make up the HTML. All this representation is carried out in the web browser itself using the browser's JS APIs, based on the JavaScript language. The elements are reflected in the scene and visualize it in a Virtual Reality scene
The project is based on A-Frame technology, a JavaScript framework, which is used to create virtual reality scenes.
Download Thesis
Download Thesis Slides
Go to Source Code
Desktop Demo
Download VR Videos
Document HTML with a few simple elements without children and the scene in vr with entities where each one represents a node of the DOM.
Document HTML with a few elements with children and the scene in vr with entities where each one represents a node of the DOM.
Scene where we can visualize the elements of the HTML with their respective children
Scene where the elements that make up the final HTML document used are visualized in virtual reality.