Skip to content

Conversation

@Nightmare1984
Copy link
Contributor

@Nightmare1984 Nightmare1984 commented Oct 5, 2025

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

Adding Redot Game Engine And Added Game Engine Tab In App Setup

Testing

Fully Tested it and it Worked On My end

Impact

Adding App And A New Tab To App Setup

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

@adamperkowski adamperkowski changed the title Adding Redot Game Engine With Game Engine Tab feat: Redot Game Engine installation Oct 6, 2025
Copy link
Collaborator

@adamperkowski adamperkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm not sure if a "Game Engines" tab is a good idea with only redot in it... maybe if youd add other engines (like godot for example) then it would make sense, but for just this one, i think it's better to put it in "Developer Tools"

Comment on lines +8 to +16
case "$PACKAGER" in
pacman)
"$AUR_HELPER" -S --needed --noconfirm redot-mono-bin
;;
*)
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
exit 1
;;
esac
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well thats not really agnostic... im sure redot can be installed on other distros too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I Will Put This In Draft For Now Entail i Find A Solution For The Different Distro Repo Packages.

@Nightmare1984 Nightmare1984 marked this pull request as draft October 6, 2025 22:39
@Nightmare1984
Copy link
Contributor Author

i'm not sure if a "Game Engines" tab is a good idea with only redot in it... maybe if youd add other engines (like godot for example) then it would make sense, but for just this one, i think it's better to put it in "Developer Tools"

I Will Move It to Developer Tools Just Did Not Know Where To Put It.

Added: Suggestion of The Description
Removed: Where Github Randomly
Placed Lines In Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants