28 lines
1.6 kB
1
<h3 align="center">
2
<picture>
3
<source media="(prefers-color-scheme: dark)" srcset="./img/wordmark-light.png">
4
<source media="(prefers-color-scheme: light)" srcset="./img/wordmark.png">
5
<img src="./img/wordmark.png" alt="moonlight" />
6
</picture>
7
8
<a href="https://moonlight-mod.github.io/using/install">Install</a>
9
\- <a href="https://moonlight-mod.github.io/ext-dev/getting-started">Docs</a>
10
\- <a href="https://discord.gg/FdZBTFCP6F">Discord server</a>
11
\- <a href="https://github.com/moonlight-mod/moonlight">GitHub</a>
12
13
<hr />
14
15
<picture>
16
<source media="(prefers-color-scheme: dark)" srcset="https://moonlight-mod.github.io/moonbase.png">
17
<source media="(prefers-color-scheme: light)" srcset="https://moonlight-mod.github.io/moonbase-light.png">
18
<img src="https://moonlight-mod.github.io/moonbase.png" alt="A screenshot of Moonbase, the moonlight UI" />
19
</picture>
20
</h3>
21
22
**moonlight** is yet another Discord client mod, focused on providing a decent user and developer experience.
23
24
moonlight is heavily inspired by hh3 (a private client mod) and the projects before it that it is inspired by, namely EndPwn. All core code is original or used with permission from their respective authors where not copyleft.
25
26
moonlight is a **_passion project_** - things may break from time to time, but we try our best to keep things working in a timely manner.
27
28
moonlight is licensed under the [GNU Lesser General Public License](https://www.gnu.org/licenses/lgpl-3.0.html) (`LGPL-3.0-or-later`). See [the documentation](https://moonlight-mod.github.io/) for more information.
29