leafo / itchio-app-old

Desktop itch.io client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Desktop itch.io client

License:MIT License


Languages

Language:C++ 95.7%Language:QMake 2.8%Language:Makefile 1.1%Language:Shell 0.3%