https://github.com/drincs-productions/pg-gui
Ren'py GUI
https://github.com/drincs-productions/pg-gui
gui renpy
Last synced: 4 months ago
JSON representation
Ren'py GUI
- Host: GitHub
- URL: https://github.com/drincs-productions/pg-gui
- Owner: DRincs-Productions
- License: mit
- Created: 2020-06-30T12:40:18.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T10:56:12.000Z (over 3 years ago)
- Last Synced: 2025-10-14T18:05:10.606Z (8 months ago)
- Topics: gui, renpy
- Language: Ren'Py
- Homepage: https://drincs-website.web.app
- Size: 5.74 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Purple in Gold GUI for Ren'py



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**](#pull-branch) (to **insert** it into your game and **update** it easily)
- [**Fork**](https://docs.github.com/en/get-started/quickstart/fork-a-repo) (to improve the repo or create a Toolkit based on mine)
- [Manually](https://github.com/DRincs-Productions/PG-GUI/releases) (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
```shell
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
```shell
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
```shell
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





