diff --git a/apps/Godot/credits b/apps/Godot/credits new file mode 100644 index 0000000..f41ad9d --- /dev/null +++ b/apps/Godot/credits @@ -0,0 +1,3 @@ +Credits to Irtexo for putting it on Pi-Apps. +Credits to Hiulit for porting it to the Rpi. +Credits to Juan Linietsky and Ariel Manzur for creating Godot. diff --git a/apps/Godot/description b/apps/Godot/description new file mode 100644 index 0000000..ba2830a --- /dev/null +++ b/apps/Godot/description @@ -0,0 +1,4 @@ +Open Source Game Engine that's run fine on Rpi (for 2d games). +For the export instructions for Rpi go to the website. +This Software only run on Rpi4 and 32bit +GLES2 Projects are recommended \ No newline at end of file diff --git a/apps/Godot/icon-24.png b/apps/Godot/icon-24.png new file mode 100644 index 0000000..e2f26f0 Binary files /dev/null and b/apps/Godot/icon-24.png differ diff --git a/apps/Godot/icon-64.png b/apps/Godot/icon-64.png new file mode 100644 index 0000000..c683100 Binary files /dev/null and b/apps/Godot/icon-64.png differ diff --git a/apps/Godot/install-32 b/apps/Godot/install-32 new file mode 100755 index 0000000..039f6cb --- /dev/null +++ b/apps/Godot/install-32 @@ -0,0 +1,28 @@ +#!/bin/bash + +DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")" + +function error { + echo -e "\\e[91m$1\\e[39m" + exit 1 +} + +rm -rf ~/Godot +mkdir -p ~/Godot +cd ~/Godot +wget -O ~/Godot/godot.zip https://github.com/hiulit/Unofficial-Godot-Engine-Raspberry-Pi/releases/download/v1.4.0/godot_3.3.2-stable_rpi4.zip || error "failed to download!" +unzip $(pwd)/godot.zip +rm -f $(pwd)/godot.zip + +rm -f godot_3.3.2-stable_rpi4_headless_lto.bin +rm -f godot_3.3.2-stable_rpi4_server_lto.bin + +echo "[Desktop Entry] +Name=Godot Engine +Comment=Best Opensource Game Engine +Exec=bash -c 'cd $HOME/Godot ; $HOME/Godot/godot_3.3.2-stable_rpi4_editor_lto.bin' +Icon=$(dirname $0)/icon-64.png +Terminal=false +Type=Application +Categories=Development; +StartupNotify=true" > ~/.local/share/applications/godot-engine.desktop diff --git a/apps/Godot/uninstall b/apps/Godot/uninstall new file mode 100755 index 0000000..d0eb88b --- /dev/null +++ b/apps/Godot/uninstall @@ -0,0 +1,15 @@ +#!/bin/bash + +DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")" + +function error { + echo -e "\\e[91m$1\\e[39m" + exit 1 +} + +rm -f ~/.local/share/applications/godotengine.desktop +rm -f ~/.local/share/applications/godot-engine.desktop + +rm -rf ~/Godot + +exit 0 diff --git a/apps/Godot/website b/apps/Godot/website new file mode 100644 index 0000000..5a80312 --- /dev/null +++ b/apps/Godot/website @@ -0,0 +1 @@ +https://github.com/hiulit/Unofficial-Godot-Engine-Raspberry-Pi \ No newline at end of file diff --git a/data/categories/structure b/data/categories/structure index fe55b0b..8d0b67d 100644 --- a/data/categories/structure +++ b/data/categories/structure @@ -38,7 +38,7 @@ FreeCAD|Editors FreeTube|Multimedia Geany Dark Mode|Eyecandy Github-CLI|Tools -Godot Engine 3.2.4|Games +Godot|Games Heroes 2|Games Https File Server|Tools Intellij IDEA|Editors