Botspot / pi-apps

Raspberry Pi App Store for Open Source Projects
GNU General Public License v3.0
1.96k stars 202 forks source link

Gdevelop #2590

Open ReptiIe opened 4 months ago

ReptiIe commented 4 months ago

What is the name of the app?

Gdevelop

Where is the app hosted?

Website: https://gdevelop.io

About the app

From website: GDevelop is a free, open-source game engine that's 10x easier and faster to use than anything else. Build from anywhere - even on your phone. Publish everywhere: iOS, Android, Steam, web, gaming platforms. Reach millions of players or create the next hit game you've been dreaming of.

From myself: Gdevelop is a free no-code game engine, that will help you out build games. You can use it on RPI (I used it on RPI4-8GB), it works. You can make a game, and export it to example: android, or windows. There is no option to export to "Raspberry Pi" (let we face it RPI is specific), but still there are documentation about it, how to do it, and yes it is possible. You can make a game and then run it on your RPI.

Confirmations

github-actions[bot] commented 4 months ago

Hello there 👋 Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible. In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

Botspot commented 4 months ago

Did you only get the web version running on the Pi, or the desktop version? the appimage appears to only be for x86 CPU chips, so did you have to compile it yourself?

Would you be willing to follow our "creating an app" guide? Mainly, it would help if you handled the scripts to download and install this automatically. Otherwise someone from Pi-Apps would need to figure that out for you.

ReptiIe commented 4 months ago

I am running desktop version of it - I had install it, and have it as a normal app, as the others. I believe I had install it by using flatpak ( https://flathub.org/apps/io.gdevelop.ide )

Botspot commented 4 months ago

OK that is what I thought. Perfect, we have a built-in function to install flatpak apps easily: flatpak_install This means the app is available for 64-bit only.

Botspot commented 4 months ago

Here's the guide I mentioned earlier: https://pi-apps.io/wiki/development/Creating-an-app/ If you have basic terminal experience, this should be a piece of cake.

ReptiIe commented 4 months ago

I could say I have basic terminal experience... but not sure how I can handle it. OK! Will give a try this week (guess on Thursday)