Add P-and-p-editor to Projects - #473
Open
Pig-and-pancakes-team wants to merge 1 commit into
Open
Conversation
Author
Author
|
A quick update for maintainers! 🚀 I have officially packaged all these changes and standalone executables into the stable v1.1 release of the P-and-p-editor. In addition to the racing game code mentioned earlier, this release now includes a built-in, original pixel-art "demake" of a paddle-and-ball game titled I call this Game on P-and-p-editor 1.1
👉 The official release page is available here: https://github.com/Pig-and-pancakes-team/P-and-p-editor/releases/tag/1.1 The engine is fully stable, offers complete backward compatibility with version v1.0, and is ready for your final review. Thank you for your time! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Hello! I would like to suggest my project for the Awesome Godot list.
P-and-p-editor — A minimal fantasy console and IDE built entirely in Godot 4.
Why it's cool:
Custom VM: It uses a virtual machine logic with a dedicated VRAM-like system based on PackedByteArray for high-performance pixel manipulation.
Built-in IDE: Includes a code editor (GDScript-based API), sprite editor, and map editor within a single environment.
Optimized Rendering: Features a custom rendering pipeline to mimic retro-console limitations while maintaining 60 FPS.
Open Source: Licensed under MIT.
I am an indie developer working solo on this project. My goal was to create a lightweight, "all-in-one" environment for people who love the constraints of retro-gaming (like PICO-8) but want to stay within the Godot ecosystem.