Skip to content

Commit

Permalink
Update the list of maintainers in the README.md file (#117)
Browse files Browse the repository at this point in the history
* Update the list of maintainers in the README.md file

* Slightly update the order of the maintainers

* Information about titles using it

* Minor wording update

---------

Co-authored-by: Jacob Bergdahl <[email protected]>
Co-authored-by: Paulo Ragonha <[email protected]>
  • Loading branch information
3 people authored Mar 14, 2023
1 parent 60494ab commit 04f6fd5
Showing 1 changed file with 52 additions and 23 deletions.
75 changes: 52 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@

<img src="logo.png" width="400px" />

Open-source building blocks from Mojang Studios to construct game UIs using web tech.
Open-source building blocks from Mojang Studios to construct video game user interfaces (UI's) using [web standards](https://coherent-labs.com/products/coherent-gameface/).

## What is this?

Minecraft Bedrock Edition is migrating its UI system to a solution based on [web standards](https://coherent-labs.com/products/coherent-gameface/). This repository contains some infrastructure bits used internally, but that can also be shared across other game studios and general-purpose web applications.
This repository contains some infrastructure bits used internally, but that can also be shared across other game studios and general-purpose web applications.

The new system is based on:
Some of the projects using this tech are:

- Minecraft Bedrock Edition
- Minecraft Legends

Ore UI is based on:

- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
Expand All @@ -25,47 +30,71 @@ We currently only have one package that is open-source, and its documentation is

The source of the documentation (for contributions) is available at the [documentation branch](https://github.com/Mojang/ore-ui/tree/documentation).

## Team
## Maintainers

The repository is maintained by JavaScript developers at Mojang Studios.

<table>
<tbody>
<tr>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/pirelenito.png?s=150">
<br>
<br />
<a href="https://github.com/pirelenito">Paulo Ragonha</a>
</td>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/xaviervia.png?s=150">
<br>
<br />
<a href="https://github.com/xaviervia">Fernando Vía Canel</a>
</td>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/marlonicus.png?s=150">
<br>
<br />
<a href="https://github.com/marlonicus">Marlon Huber-Smith</a>
</td>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/dderg.png?s=150">
<br>
<a href="https://github.com/dderg">Danila Dergachev</a>
<img width="150" height="150" src="https://github.com/hebbeh.png?s=150">
<br />
<a href="https://github.com/hebbeh">Anna Päärni</a>
</td>
</tr>
<tr>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/jacobbergdahl.png?s=150">
<br />
<a href="https://github.com/jacobbergdahl">Jacob Bergdahl</a>
</td>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/MartinMoe.png?s=150">
<br />
<a href="https://github.com/MartinMoe">Martin Moe</a>
</td>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/Shenato.png?s=150">
<br />
<a href="https://github.com/Shenato">Omar ElGaml</a>
</td>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/AdamRamberg.png?s=150">
<br />
<a href="https://github.com/AdamRamberg">Adam Ramberg</a>
</td>
</tr>
<tr>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/vb.png?s=150">
<br />
<a href="https://github.com/vb">Viktor Bergehall</a>
</td>
<td align="center" valign="top">
<img width="150" height="150" src="https://github.com/ja-ni.png?s=150">
<br />
<a href="https://github.com/ja-ni">James Nicholls</a>
</td>
</tr>
</tbody>
</table>

## Logo

**React Facet** and **Ore UI** logos designed by [Nekofresa](https://twitter.com/nekofresa).

## Contributors

<a href="https://github.com/Warwolt" target="_blank"><img width="42" height="42" src="https://github.com/Warwolt.png?s=42"></a>
<a href="https://github.com/lucaslsf" target="_blank"><img width="42" height="42" src="https://github.com/lucaslsf.png?s=42"></a>
<a href="https://github.com/volgar" target="_blank"><img width="42" height="42" src="https://github.com/volgar.png?s=42"></a>
<a href="https://github.com/SleepyWerewolf" target="_blank"><img width="42" height="42" src="https://github.com/SleepyWerewolf.png?s=42"></a>
<a href="https://github.com/Joslind" target="_blank"><img width="42" height="42" src="https://github.com/Joslind.png?s=42"></a>
<a href="https://github.com/OskarPedersen" target="_blank"><img width="42" height="42" src="https://github.com/OskarPedersen.png?s=42"></a>
<a href="https://github.com/pillimoj" target="_blank"><img width="42" height="42" src="https://github.com/pillimoj.png?s=42"></a>
<a href="https://github.com/timlindeberg" target="_blank"><img width="42" height="42" src="https://github.com/timlindeberg.png?s=42"></a>
<a href="https://github.com/adwenture" target="_blank"><img width="42" height="42" src="https://github.com/adwenture.png?s=42"></a>
The **React Facet** and **Ore UI** logos are designed by [Nekofresa](https://twitter.com/nekofresa).

0 comments on commit 04f6fd5

Please sign in to comment.