-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stephan Lachnit <[email protected]>
- Loading branch information
1 parent
6f794ce
commit 2dfdb9b
Showing
4 changed files
with
445 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="generic"> | ||
<id>io.github.flightlessmango.mangohud</id> | ||
|
||
<name>MangoHud</name> | ||
<summary>Vulkan/OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more</summary> | ||
<developer_name>FlightlessMango</developer_name> | ||
<icon type="stock">io.github.flightlessmango.mangohud</icon> | ||
|
||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<description> | ||
<p>A modification of the Mesa Vulkan overlay, including GUI improvements with HUD configuration, temperature reporting, and logging capabilities. Includes a script (mangohud) to start it on any OpenGL or Vulkan application.</p> | ||
</description> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Example</caption> | ||
<image>https://raw.githubusercontent.com/flightlessmango/MangoHud/master/assets/overlay_example.gif</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Log uploading walkthrough</caption> | ||
<image>https://raw.githubusercontent.com/flightlessmango/MangoHud/master/assets/log_upload_example.gif</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<url type="homepage">https://github.com/flightlessmango/MangoHud</url> | ||
<url type="bugtracker">https://github.com/flightlessmango/MangoHud/issues</url> | ||
<url type="donation">https://www.paypal.me/flightlessmango</url> | ||
|
||
<provides> | ||
<binary>mangohud</binary> | ||
</provides> | ||
|
||
<categories> | ||
<category>Utility</category> | ||
<category>Game</category> | ||
</categories> | ||
|
||
<content_rating type="oars-1.1" /> | ||
</component> |
Oops, something went wrong.