KO
|
EN
gitlite — search
Search
#python
#docker
#machine-learning
#android
#swift
#nodejs
#tensorflow
#data-science
#ios
#boilerplate
#numpy
#gitlab-ci
itchio-app-old
★ 47
Open GitHub ↗
Desktop itch.io client
Download README (.md)
Explore Similar Repositories
itch-publish
:
Publish releases to Itch.io
itchio-profile
:
HTML & CSS source code and build pipelines for my itch.io profile page's content. Live @ https://nnda.itch.io
Sparkle-Shader-Unity
:
No description available.
pico8-deploy
:
An easy way to export and deploy PICO-8 projects to itch.io
itchio-godot-scraper
:
A scraper for Godot games hosted on https://itch.io.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
itchio-app-old
?
Download (.md)
# 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