itchio-app-old
itchio-app-old copied to clipboard
Desktop itch.io client
itch.io app
This project is in very early development!
The itch.io app is a cross-platform client for the itch.io 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
$ 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 and click run.
The build procedure can also be performed from the command line via the following commands:
$ cd itchio-app
$ make
$ ./build/itchio
For more information on the available make targets, please read the provided help page
$ make help
Coding style
clang-format is used to format the codebase. To format all source files run:
$ make format
WIP Dev Log


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