README.md 1.37 KB
Newer Older
cann-alberto's avatar
cann-alberto committed
1
<p align="center">
cann-alberto's avatar
cann-alberto committed
2
  <img src="header.png" alt="main" width="500">
cann-alberto's avatar
cann-alberto committed
3
4
</p>

cann-alberto's avatar
cann-alberto committed
5
# Implementing the MPAI Metaverse Model Architecture
cann-alberto's avatar
cann-alberto committed
6
This project presents a prototype implementation of the [**MPAI Metaverse Model (MPAI-MMM)**](https://mpai.community/standards/mpai-mmm/) architecture. 
cann-alberto's avatar
cann-alberto committed
7
8

* [Introduction](#introduction)
cann-alberto's avatar
cann-alberto committed
9
* [Builds and Building](#builds)
cann-alberto's avatar
cann-alberto committed
10
11
12
* [Citation](#citation)

## Introduction
cann-alberto's avatar
cann-alberto committed
13
14
15
16
This implementation is not intended as ``just another'' alternative metaverse platform but serves three critical purposes: 
* validating the standards through practical applications;
* creating an open platform that can be offered to the community;
* acting as a source of insights and suggestions for extending the standards themselves.
cann-alberto's avatar
cann-alberto committed
17

cann-alberto's avatar
cann-alberto committed
18
19
## Builds and Building
The project was developed and tested using [**Unity 2022.3.x (LTS)**](https://unity3d.com/unity/qa/lts-releases?version=2021.3)
cann-alberto's avatar
cann-alberto committed
20
21

## Citation
cann-alberto's avatar
cann-alberto committed
22
Please cite this paper in your publications if it helps your research.
cann-alberto's avatar
cann-alberto committed
23
```bibtex
cann-alberto's avatar
cann-alberto committed
24
25
  @inproceedings{cannavo2025implementing,
  title={Implementing the MPAI Metaverse Model Architecture},
cann-alberto's avatar
cann-alberto committed
26
  author={Cannavo', Alberto and Visconti, Alessandro and Chiariglione, Leonardo and Kudumakis, Panos and Chollet, G{\'e}rard and Sansen, Hugues and Menezes, Paulo and Lamberti, Fabrizio},
cann-alberto's avatar
cann-alberto committed
27
28
  booktitle={IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops},
  year={2025},
cann-alberto's avatar
cann-alberto committed
29
  organization={IEEE}}
cann-alberto's avatar
cann-alberto committed
30