Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upf-gti/rooms


https://github.com/upf-gti/rooms

3d openxr sculpting vr webgpu xr

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

# Rooms

![logo](./data/images/logo_light.png#gh-dark-mode-only)
![logo](./data/images/logo_dark.png#gh-light-mode-only)

## 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.

Developed using [wgpuEngine](https://github.com/upf-gti/wgpuEngine), our UPF-GTI new C++ WebGPU based engine.



## Current status

Rooms is currently in development stages following this roadmap:

- [x] Web export (Still no XR enabled)
- [x] Flat screen + Desktop VR Rendering Supported
- [x] 3D SDF Sculpting in VR
- [x] Sparse SDF Storage and Evaluation solutions
- [x] Physically Based Materials (PBR)
- [x] VR Color and Material Sculpt Painting
- [x] Support for Rigid and Skeletal animations
- [x] Experience Export/Import (.room)
- [x] Sculpt Groups/Layers
- [x] Skeletal Animation Editing in VR
- [ ] 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:

- [CMake](https://cmake.org/download/)
- [Python](https://www.python.org/) (added to your PATH)

### Desktop

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

### Web

Download [emscripten](https://emscripten.org/) and follow the installation guide.

On Windows you may need to download [ninja](https://ninja-build.org/) and include the folder in your PATH environment variable, then:

```bash
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:

```bash
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](./data/images/logo_maxr_main_sRGB.png#gh-light-mode-only) ![logomaxr](./data/images/logo_maxr_main_sRGB_light.png#gh-dark-mode-only) | ![miciu](./data/images/miciu-cofinanciadoUE-aei.png) |