Skip to content

upf-gti/rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rooms

logo logo

An XR experience creation tool

Rooms is a platform for creating 3D content for XR experiences directly in XR-enabled hardware. XR interactive experiences require significant levels of expertise to curate across all stages of production and delivery. Rooms targets democratising the content creation process by lowering the barrier of entry for creating 3D assets to import into novel XR experiences.

Through VR headsets, users could have the possibility to create full XR experiences involving 3D sculpted assets, 3D animations and scripted element behaviours.

Current status

Rooms is currently in the development stages.

Roadmap

  • Web export (Still no XR enabled)
  • Flat screen + Desktop VR Rendering Supported
  • 3D SDF Sculpting in VR
  • Sparse SDF Storage and Evaluation solutions
  • GLTF Parsing
  • Physically Based Materials (PBR)
  • VR Color and Material Sculpt Painting
  • Skeletal Animation Editing in VR
  • Experience Generation
  • Experience Sharing
  • VR Animation Rigging
  • Visual Scripting in VR
  • Collaborative Experience Creation
  • WebXR Support (When available)

How to build

You will need to install the following tools:

Desktop

git submodule update --init --recursive
mkdir build
cd build
cmake ..

Web

Download emscripten and follow the installation guide.

On Windows you may need to download ninja and include the folder in your PATH environment variable, then:

git submodule update --init --recursive
mkdir build-web
cd build-web
emcmake cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

After building for web, you can host a local server with python:

python -m http.server

And access the webpage using a browser with WebGPU support using the link: localhost:8000/rooms.html

Support

This project is being developed with partial financial support of:

MAX-R Project (HORIZON) Wi-XR Project (PID2021-123995NB-I00)
logomaxr logomaxr miciu