Skip to content

DRincs-Productions/PG-GUI

Repository files navigation

Purple in Gold GUI for Ren'py

Last commit License Discord

This GUI is meant to have Visual Novel/Game developers who have little experience with Ren'py. This repo is public to help and to give the opportunity to help me.

Feel free to contribute, fork this and send a pull request. 😄

Insert GUI in your Project

I recommend the following ways to include it in your project:

  • Pull branch (to insert it into your game and update it easily)
  • Fork (to improve the repo or create a Toolkit based on mine)
  • Manually (not recommended)

Pull branch

To insert or update the GUI in your repo with Pull branch I recommend the following procedure:

(only if you want to insert the repo) Create a new empty branch, in the example I'll use GUI-xxxxp

Version 3840p
git checkout -b GUI-3840p
git checkout GUI-3840p
git pull https://github.com/DRincs-Productions/PG-GUI.git GUI-only --allow-unrelated-histories

At the end make a merge inside the arm of the project.

Version 1080p
git checkout -b GUI-1080p
git checkout GUI-1080p
git pull https://github.com/DRincs-Productions/PG-GUI.git GUI-only-1080p --allow-unrelated-histories

At the end make a merge inside the arm of the project.

Version 720p
git checkout -b GUI-720p
git checkout GUI-720p
git pull https://github.com/DRincs-Productions/PG-GUI.git GUI-only-720p --allow-unrelated-histories

At the end make a merge inside the arm of the project.

Goals

  • Create a complete, but minimal GUI
  • Style: imaginative suitable for various uses
  • Speed is intuitiveness
  • Always updated to the latest version of Ren'py
  • Compatible with various types of devices

Additional tools

  • Text bar transparency controls
  • Choice of menu on the bottom side
  • Languages menu
  • Ambient sound (looped)

Preview

Main_menu

image

Choice_menu

Save

Options

Options-Russian