Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobengo/mesaverse
https://github.com/gobengo/mesaverse
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobengo/mesaverse
- Owner: gobengo
- Created: 2021-05-27T03:16:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T03:16:49.000Z (over 3 years ago)
- Last Synced: 2024-10-03T15:31:27.675Z (about 1 month ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mesaverse
Tabletop Fediverse.
## What?
This is a prototype of 2-dimensional shared space in the [Open Metaverse](https://github.com/omigroup/OMI).
Players
* interact with the world via [ActivityPub](https://www.w3.org/TR/activitypub/)
* appear as an avatar they are in control of and reuse as they move between multiple worlds## Components
* gridworld-server: Example server hosting a multiplayer 2-d grid world
* avatar: Web App that lets a user manage their avatar
* browser: Web App that lets the end-user navigate their avatar between worlds, keep track of their friends, etc.## Preview
```
[
["B"," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," ","A"]
]
```