https://github.com/leafo/itchio-app-old
Desktop itch.io client
https://github.com/leafo/itchio-app-old
Last synced: 12 months ago
JSON representation
Desktop itch.io client
- Host: GitHub
- URL: https://github.com/leafo/itchio-app-old
- Owner: leafo
- License: mit
- Created: 2014-09-22T02:27:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T21:51:42.000Z (about 11 years ago)
- Last Synced: 2025-06-01T20:31:49.150Z (12 months ago)
- Language: C++
- Size: 1.25 MB
- Stars: 45
- Watchers: 10
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# itch.io app
**This project is in very early development!**
The itch.io app is a cross-platform client for the [itch.io][1] marketplace. It is built with the
Qt 5 framework and is currently available for Windows, Linux and OS X.
## Building the client
Firstly, clone the project
```bash
$ git clone https://github.com/leafo/itchio-app.git
```
To compile and run the project, you can open the `itchio.pro` file from [Qt Creator][2] and click run.
The build procedure can also be performed from the command line via the following commands:
```bash
$ cd itchio-app
$ make
$ ./build/itchio
```
For more information on the available `make` targets, please read the provided help page
```bash
$ make help
```
## Coding style
`clang-format` is used to format the codebase. To format all source files run:
```bash
$ make format
```
WIP Dev Log


[1]: https://itch.io "itch.io indie games marketplace"
[2]: http://qt-project.org/wiki/Category:Tools::QtCreator "Qt Creator info page"
## License
Licensed under MIT License, see `LICENSE` for details.
## Other apps
Here are some other apps people have started:
* Android: https://github.com/gotosleep/ItchDroid
* iOS: https://github.com/khwang/cantaloupe