Add Pixelorama to Vector/Image Editor section#376
Conversation
📝 WalkthroughWalkthroughThis PR adds a new entry for Pixelorama to the "Vector/Image Editor" section of the README.md file, including its license badge and link, extending the curated list of game development tools. ChangesDocumentation Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 155: Replace the phrase "open source pixel art editor" with "open-source
pixel art editor" in the README (the description line containing ":tada:
[Pixelorama] ... open source pixel art editor with animation support"); update
that exact string so the compound adjective is hyphenated as "open-source" while
keeping the rest of the sentence unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| - :tada: [PiskelApp](http://www.piskelapp.com/) - Free Online Pixel Art and Animated Sprite Tool. | ||
| - :moneybag: [Pixelmator](http://www.pixelmator.com) - Full-featured image editing app for the Mac | ||
| - :moneybag: [Pixelator](http://pixelatorapp.com) - Turn any image into fancy pixel-art | ||
| - :tada: [Pixelorama](https://orama-interactive.itch.io/pixelorama) - Free & open source pixel art editor with animation support, made with Godot. |
There was a problem hiding this comment.
Hyphenate the compound adjective in the description.
At Line 155, “open source pixel art editor” should be hyphenated as “open-source pixel art editor” for standard grammar in a compound modifier.
✏️ Suggested edit
-- :tada: [Pixelorama](https://orama-interactive.itch.io/pixelorama) - Free & open source pixel art editor with animation support, made with Godot.
+- :tada: [Pixelorama](https://orama-interactive.itch.io/pixelorama) - Free & open-source pixel art editor with animation support, made with Godot.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - :tada: [Pixelorama](https://orama-interactive.itch.io/pixelorama) - Free & open source pixel art editor with animation support, made with Godot. | |
| - :tada: [Pixelorama](https://orama-interactive.itch.io/pixelorama) - Free & open-source pixel art editor with animation support, made with Godot. |
🧰 Tools
🪛 LanguageTool
[grammar] ~155-~155: Use a hyphen to join words.
Context: ...active.itch.io/pixelorama) - Free & open source pixel art editor with animation s...
(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 155, Replace the phrase "open source pixel art editor"
with "open-source pixel art editor" in the README (the description line
containing ":tada: [Pixelorama] ... open source pixel art editor with animation
support"); update that exact string so the compound adjective is hyphenated as
"open-source" while keeping the rest of the sentence unchanged.
Description
Added Pixelorama to the Vector/Image Editor section.
Pixelorama is a free and open source pixel art editor built with Godot engine. It features:
Animation support with onion skinning
Multiple layer support
Various drawing tools (pencil, eraser, fill, color picker, etc.)
Sprite sheet export
Cross-platform (Windows, macOS, Linux, Web)
GitHub repository: https://github.com/Orama-Interactive/Pixelorama
I've added it in alphabetical order between Pixelator and Pixen.
Summary by CodeRabbit