Merge pull request #11 from gaseous-project/develop

doc: added screenshots
This commit is contained in:
Michael Green
2023-07-11 08:55:41 +10:00
committed by GitHub
5 changed files with 13 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -23,6 +23,12 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
LICENSE = LICENSE LICENSE = LICENSE
EndProjectSection EndProjectSection
EndProject EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "screenshots", "screenshots", "{F1A847C7-57BC-4DA9-8F83-CD060A7F5122}"
ProjectSection(SolutionItems) = preProject
screenshots\Library.png = screenshots\Library.png
screenshots\Game.png = screenshots\Game.png
EndProjectSection
EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
@@ -72,4 +78,7 @@ Global
GlobalSection(ExtensibilityGlobals) = postSolution GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {979BF092-AFBC-4F19-B55F-32E73959BD1A} SolutionGuid = {979BF092-AFBC-4F19-B55F-32E73959BD1A}
EndGlobalSection EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1A847C7-57BC-4DA9-8F83-CD060A7F5122} = {17FA6F12-8532-420C-9489-CB8FDE42137C}
EndGlobalSection
EndGlobal EndGlobal

View File

@@ -2,6 +2,10 @@
This is the server for the Gaseous system. All your games and metadata are stored within. This is the server for the Gaseous system. All your games and metadata are stored within.
## Screenshots
![Library](./screenshots/Library.png)
![Game](./screenshots/Game.png)
## Requirements ## Requirements
* MySQL Server 8+ * MySQL Server 8+
* Internet Game Database API Key. See: https://api-docs.igdb.com/#account-creation * Internet Game Database API Key. See: https://api-docs.igdb.com/#account-creation

BIN
screenshots/Game.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
screenshots/Library.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB