{"id":23547070,"url":"https://github.com/drincs-productions/pg-gui","last_synced_at":"2026-02-27T10:03:24.786Z","repository":{"id":44413415,"uuid":"276094785","full_name":"DRincs-Productions/PG-GUI","owner":"DRincs-Productions","description":"Ren'py GUI","archived":false,"fork":false,"pushed_at":"2023-03-09T10:56:12.000Z","size":6016,"stargazers_count":10,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T18:05:10.606Z","etag":null,"topics":["gui","renpy"],"latest_commit_sha":null,"homepage":"https://drincs-website.web.app","language":"Ren'Py","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DRincs-Productions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"DonRP","patreon":"DRincs","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.buymeacoffee.com/DRincs"]}},"created_at":"2020-06-30T12:40:18.000Z","updated_at":"2024-12-18T10:47:57.000Z","dependencies_parsed_at":"2025-10-14T18:05:13.454Z","dependency_job_id":"ce82d93d-19d2-444e-a1a1-56d337a26ffb","html_url":"https://github.com/DRincs-Productions/PG-GUI","commit_stats":null,"previous_names":[],"tags_count":3,"template":true,"template_full_name":null,"purl":"pkg:github/DRincs-Productions/PG-GUI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DRincs-Productions%2FPG-GUI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DRincs-Productions%2FPG-GUI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DRincs-Productions%2FPG-GUI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DRincs-Productions%2FPG-GUI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DRincs-Productions","download_url":"https://codeload.github.com/DRincs-Productions/PG-GUI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DRincs-Productions%2FPG-GUI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29890657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","renpy"],"created_at":"2024-12-26T09:14:27.325Z","updated_at":"2026-02-27T10:03:24.202Z","avatar_url":"https://github.com/DRincs-Productions.png","language":"Ren'Py","funding_links":["https://github.com/sponsors/DonRP","https://patreon.com/DRincs","https://www.buymeacoffee.com/DRincs"],"categories":[],"sub_categories":[],"readme":"# Purple in Gold GUI for Ren'py\n\n![Last commit](https://img.shields.io/github/last-commit/DonRP/PG-GUI)\n![License](https://img.shields.io/github/license/DonRP/PG-GUI)\n\u003cspan class=\"discord\"\u003e\n\u003ca href=\"https://discord.gg/5UFPjP9\" title=\"Discord\"\u003e\u003cimg src=\"https://img.shields.io/discord/688162156151439536\" alt=\"Discord\" /\u003e\u003c/a\u003e\n\n\n\nThis GUI is meant to have Visual Novel/Game developers who have little experience with Ren'py.\nThis repo is public to help and to give the opportunity to help me.\n\nFeel free to contribute, fork this and send a pull request. 😄\n\n## Insert GUI in your Project\n\nI recommend the following ways to include it in your project:\n\n- [**Pull branch**](#pull-branch) (to **insert** it into your game and **update** it easily)\n- [**Fork**](https://docs.github.com/en/get-started/quickstart/fork-a-repo) (to improve the repo or create a Toolkit based on mine)\n- [Manually](https://github.com/DRincs-Productions/PG-GUI/releases) (not recommended)\n\n### Pull branch\n\nTo **insert** or **update** the GUI in your repo with Pull branch I recommend the following procedure:\n\n(only if you want to insert the repo) Create a new empty branch, in the example I'll use **GUI-xxxxp**\n\n##### Version 3840p\n\n```shell\ngit checkout -b GUI-3840p\ngit checkout GUI-3840p\ngit pull https://github.com/DRincs-Productions/PG-GUI.git GUI-only --allow-unrelated-histories\n\n```\n\nAt the end make a merge inside the arm of the project.\n\n##### Version 1080p\n\n```shell\ngit checkout -b GUI-1080p\ngit checkout GUI-1080p\ngit pull https://github.com/DRincs-Productions/PG-GUI.git GUI-only-1080p --allow-unrelated-histories\n\n```\n\nAt the end make a merge inside the arm of the project.\n\n##### Version 720p\n\n```shell\ngit checkout -b GUI-720p\ngit checkout GUI-720p\ngit pull https://github.com/DRincs-Productions/PG-GUI.git GUI-only-720p --allow-unrelated-histories\n\n```\n\nAt the end make a merge inside the arm of the project.\n\n## Goals\n\n- Create a complete, but minimal GUI\n- Style: imaginative suitable for various uses\n- Speed is intuitiveness\n- Always updated to the latest version of Ren'py\n- Compatible with various types of devices\n\n## Additional tools\n\n- Text bar transparency controls\n- Choice of menu on the bottom side\n- Languages menu\n- Ambient sound (looped)\n\n## Preview\n\n![Main_menu](https://user-images.githubusercontent.com/67595890/178162718-3494db8e-b6f6-4ff4-b200-0e44e049ef68.jpg)\n\n![image](https://user-images.githubusercontent.com/67595890/179367101-3bd6be80-dab2-4cca-be82-4d1ebfb2f5e2.png)\n\n![Choice_menu](https://user-images.githubusercontent.com/67595890/178162734-3b72f2c4-3326-4ed1-b4b9-c7272e1bfd20.jpg)\n\n![Save](https://user-images.githubusercontent.com/67595890/178162738-9eb6e2d8-700d-40eb-839e-aef047f1488f.jpg)\n\n![Options](https://user-images.githubusercontent.com/67595890/178162725-559735e0-2177-4610-aeb3-3c3e8e4f8111.jpg)\n\n![Options-Russian](https://user-images.githubusercontent.com/67595890/178162730-ab4a4a06-aed6-45d7-8cd0-43c8bdbd3805.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrincs-productions%2Fpg-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrincs-productions%2Fpg-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrincs-productions%2Fpg-gui/lists"}