Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/upf-gti/rooms
- Owner: upf-gti
- License: mit
- Created: 2023-06-21T09:41:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:16:32.000Z (3 months ago)
- Last Synced: 2024-10-29T16:00:38.328Z (3 months ago)
- Topics: 3d, openxr, sculpting, vr, webgpu, xr
- Language: C++
- Homepage: https://webglstudio.org/projects/rooms/
- Size: 70.1 MB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) |