Renku is a simple cross platform Image Board and Booru browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Drew Short 2bd77daf4a Added an initial README 4 years ago
app Initial commit 4 years ago
resources/mac Added simple app build scripts 4 years ago
scripts Added link to the segmentation fault issue 4 years ago
.gitignore Added simple app build scripts 4 years ago
.python-version Initial commit 4 years ago
README.md Added an initial README 4 years ago
poetry.lock Initial commit 4 years ago
pyproject.toml Initial commit 4 years ago

README.md

Renku

Renku is a simple cross platform Image Board and Booru Browser

Development

Prerequisites

  • Python 3.6+
  • Poetry
  • PyEnv

Building

A number of scripts have been created to help build the project

  • scripts/clean.sh This script is responsible for cleaning the working directories used during builds
  • scripts/nuitka_build.sh This script performs the required steps to compile and package the application with nuitka
  • scripts/mac_app_bundle This script performs the required steps to take a nuitka compiled application and package it for Mac OS

License

Renku is licensed under the GPLv3

Additional information can be found in the LICENSE file