You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,32 +1,40 @@
1
1
# Games Nebula
2
2
3
-
Unofficial (Linux) CLI and GUI(WIP) client for GOG.
3
+
Unofficial (Linux) CLI and GUI(WIP) client for GOG.
4
4
5
5
## Important Disclaimer
6
6
7
7
**The application is only partially functional (more info below), and its development is currently on hold. The original plan was to release it in 2022, but *unforeseen circumstances* delayed progress, and I have had different priorities since then. As of writing this, I've found some time to piece together the already written code and create a somewhat usable application.**
8
8
9
-
**The previous (prototype) version is available [here]() and likely still works.**
9
+
**The previous (prototype) version is available [here](https://github.com/yancharkin/games_nebula/tree/prototype) and likely still works.**
10
+
11
+
## Differences from the prototype version:
12
+
13
+
- Much better code quality (though still not necessarily perfect)
14
+
- Qt instead of GTK
15
+
- Both CLI and GUI clients
16
+
- Very few dependencies
17
+
- Not fully functional yet :)
10
18
11
19
## What it is and what it is not
12
20
13
-
It is a simple application for listing, downloading, installing, and playing games from GOG - nothing more. One notable feature is that, with the app, you can make an offline copy of your GOG library without having to install every single game. I'd also like to add most (but not all) features from the [prototype](), so you can check it out to get an idea of what to expect. However, in general, I’d like to keep it even simpler.
21
+
It is a simple application for listing, downloading, installing, and playing games from GOG - nothing more. One notable feature is that, with the app, you can make an offline copy of your GOG library without having to install every single game. I'd also like to add most (but not all) features from the [prototype](https://github.com/yancharkin/games_nebula/tree/prototype), so you can check it out to get an idea of what to expect. However, in general, I’d like to keep it even simpler.
14
22
15
23
It is **not** a full-featured client like GOG Galaxy, both because it’s impossible for someone outside of CD Projekt to create one, and because I don’t want to.
16
24
17
25
## CLI
18
-
Mostly complete. There may still be a few bugs here and there, but it should be usable. It can be used in both interactive (shell-like) mode and non-interactive mode (like a simpler version of [lgogdownloader]()).
26
+
Mostly complete. There may still be a few bugs here and there, but it should be usable. It can be used in both interactive (shell-like) mode and non-interactive mode (like a simpler version of [lgogdownloader](https://github.com/Sude-/lgogdownloader)).
Almost nothing works yet. It's possible to view and sort your library, and launch games that were installed using the CLI client. Also, the first launch will take some time, as the app needs to download images for all the games in the library, and right now it is implemented in a less-than-ideal way.
@@ -46,12 +54,12 @@ Nothing(?) for CLI, PyQt and PyQtWebEngine 5 or 6 for GUI
46
54
47
55
- Type 'games_nebula' (without any arguments) in the terminal to run the interactive CLI app.
48
56
- Type 'games_nebula --help' in the terminal to see which arguments can be used with the non-interactive CLI app.
49
-
- Type 'games_nebula --gui' to run the GUI version of the app.
57
+
- Type 'games_nebula --gui' in the terminal to run the GUI version of the app.
50
58
51
59
## More OSes
52
60
53
61
Originally, I planned to make the app cross-platform, so with a little extra work, it should be possible to run it on most desktop OSes. However, this task is currently a very low priority.
54
62
55
63
## Future of the project
56
64
57
-
Actually, I think most of the work is already done, and it shouldn't be too hard to implement the rest. However, I currently lack both the time and motivation to continue. Hopefully, this will change, as I'd prefer not to abandon the project.
65
+
Actually, I think most of the work is already done, and it shouldn't be too hard to implement the rest. However, I currently lack both the time and motivation to continue. Hopefully, this will change, as I'd prefer not to abandon the project.
0 commit comments