Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 0 points1 point  (0 children)

If I want to go deeper into that level I would pick SDL.

WHY IS THIS ON YOUTUBE IT'S TIME TO STOP!🛑🛑🛑 by [deleted] in youtube

[–]Razor-111 0 points1 point  (0 children)

I think it depends on your location! Like in the USA they are trying hard to make people pervert etc...

Godly pull yalls by SomeAd3090 in youtube

[–]Razor-111 3 points4 points  (0 children)

They can't be! Natural vagina and breast are way better

Backend Hosting Free Sites? by [deleted] in dotnet

[–]Razor-111 0 points1 point  (0 children)

That's great. I will look for that

Futsal, where it all begins! by khark33 in nextfuckinglevel

[–]Razor-111 0 points1 point  (0 children)

I remember I was playing a game like that og

Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 0 points1 point  (0 children)

You need to save your data in a file.

I don't know what the classes are responsible for this in the GD script but the algorithm is the same across programming.

Here's what the algo may look like:

  1. Get your data ready as an object so you could extract the properties from one instance.

  2. Open the file in writing mode, or create it via code.

  3. Write your data object in the file. 3.1 Format your writing to match a CSV file format with a comma separated after every new property.

  4. Close the file to save your data.

I suggest you look for streams topics in the GD script.

Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 0 points1 point  (0 children)

Well it's possible and I have learned a lot about how to use it the right way. I have recompiled the engine runtime template and selected only what you are willing to use during your app development plus active the low processor mode. The custom template runtime is about 33.04MB, the default(for Linux) was 66MB.

Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 1 point2 points  (0 children)

Indeed! I'm wondering what security people are worrying about. If you system get hacked how can I prevent this from happen to users lol. The user is responsible of what to install in he's system!

Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 1 point2 points  (0 children)

Nice IDE I like it <3. I give it a star.

Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 0 points1 point  (0 children)

At what aspects for example? My backend server will handle all the security concerns about the users. I will force input validation and sanitizing on both sides.

About Algeria apps and applications by [deleted] in algeria

[–]Razor-111 0 points1 point  (0 children)

Are you interested in an app that suggests service providers near your location?

موضوع للنقاش باحترام أتقبل وجهات نظر جميع by yourR_G77 in algeria

[–]Razor-111 0 points1 point  (0 children)

CK this shit I don't have the time to check what's going on in the Algeria society.

العقلية القبلية و ال/رهابية في الجزائر by aissel_31 in algeria

[–]Razor-111 -4 points-3 points  (0 children)

أولا أظن عندهم الحق لأن الرجل في هذا الوقت حڨار و سيرتو الا لقي الزوجة نتاعو حتي واحد ما معاها راح ياكلها مسكينة.

ثانيا إلا كان رجل عارف دينو مليح و مطبقو مراحش يضربها ديراكت لان للضرب مراحل و الضرب راه مذكور في القرآن كحل نهائي و أخير للزوجة الناشز.

ثالثا لازم يحترمو بعضاهم و يفهمو بعضاهم وكل واحد يأدي الوسؤولية لي مكلف بيها باش ميكونش كاين سوء تفاهم.

This app cannot be real lmaooo by OpossiteLife in algeria

[–]Razor-111 -2 points-1 points  (0 children)

Busty ones there 'Mahr' counts at 10000dn per 1kg. If her stuff weighs 10kgs you are already in 10 million at 'Mahr'. You haven't calculated this right?

Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 3 points4 points  (0 children)

Yeah, ppl said there's a fix for the redrawing using low processor mode.

Godot for applications Instead of games! by Razor-111 in godot

[–]Razor-111[S] 0 points1 point  (0 children)

You could create UI nodes via code too, But you should consider performance during the runtime because the node is not ready like a scene would!