Skip Navigation
What's your favorite Godot game to play?
  • Good music is an understatement for me.

    Sorry! I just haven't played it yet.

    Its studio quality and I can hear the care taken to make it (I have an audio engineer certificate). It took over my playlists for at least a month. And the way the vocals fade in and out during fusions or entering a building is perfect. The music never stops abruptly or sounds like shit. They had some real talent on all of the music side of things.

    I have Beyerdynamic DT 1990 PRO with Chord mojo 2, so I can get advantage of it! Thanks for describing this. I'm even more interested in it.

  • Where do you think Bevy absolutely slaps and excels at compared to other game engines?
    bevyengine.org Bevy Engine

    Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!

    Bevy Engine

    For me, it's just ECS nature and Schedule that optimizes everything for you.

    It's near native C / Assembly with safe garbage collection, so everything complex like some simulations should be more doable. I play Tunnet with no stuttering on my Linux machine in 4K and 144Hz!

    0
    Where have you suffered some performance penalties using GDScript, and what was the fix? Was it to rewrite it in C#?
    docs.godotengine.org GDScript: An introduction to dynamic languages

    About: This tutorial aims to be a quick reference for how to use GDScript more efficiently. It focuses on common cases specific to the language, but also covers a lot of information on dynamically ...

    I'm curious because GDScript sounds like a very high and good abstraction for the engine.

    > ### Dynamic nature > > Pros & cons of dynamic typing > > GDScript is a Dynamically Typed language. As such, its main advantages are that: > - The language is easy to get started with. > - Most code can be written and changed quickly and without hassle. > - Less code written means less errors & mistakes to fix. > - The code is easy to read (little clutter). > - No compilation is required to test. > - Runtime is tiny. > - It has duck-typing and polymorphism by nature. > > While the main disadvantages are: > - Less performance than statically typed languages. > - More difficult to refactor (symbols can't be traced). > - Some errors that would typically be detected at compile time in statically typed languages only appear while running the code (because expression parsing is more > strict). > - Less flexibility for code-completion (some variable types are only known at run-time).

    Additionally, the interesting thing for me, it resembles Python > It uses an indentation-based syntax similar to languages like Python. GDScript is entirely independent from Python and is not based on it.

    and because I come from Rust, this is mind-boggling for me:

    Memory management

    > Godot implements reference counting to free certain instances that are no longer used, instead of a garbage collector, or requiring purely manual management. Any instance of the RefCounted class (or any class that inherits it, such as Resource) will be freed automatically when no longer in use. For an instance of any class that is not a RefCounted (such as Node or the base Object type), it will remain in memory until it is deleted with free() (or queue_free() for Nodes).

    5
    What's your favorite Godot game to play?
  • Cruelty Squad

    The graphic is to say... interesting at least. Crazy - in one word. This game seems almost perfect by Steam reviews.

    Cruelty Squad is a tactical first person shooter set in the hardcore gig economy of corporate liquidations. You're an emotionally dead combat-substance fueled grunt of Cruelty Squad, a depraved subsidiary company tasked with performing wetworks for its host conglomerate. Will you make the Corporate Arch Demoness proud or succumb to bitter tears of failure?

    Yeah, we need more like these. 🤪

  • What's your favorite Godot game to play?
  • Voices of the Void

    I couldn't find it on the Steam, I found it on the Itch.io.

    You work as a scientist in the isolated research lab in the mountains of Switzerland. Your task is to gather signals from space, analyze them, process them and sell them to get points. You can get regular signals and objects like dwarf planets and stars, or you can get something "unusual" or "strange" The game has 40+ days and events, 150+ possible signals, some easter eggs and secrets.

    Sounds great! 🪐 Shame it does not have a Linux port yet, though. 🥺

  • What's your favorite Godot game to play?
    store.steampowered.com Dome Keeper - Dig into the new Dome Keeper update in our Public Beta! - Steam News

    The largest content update yet will be available for ALL from June 20th in our Public Beta

    Dome Keeper - Dig into the new Dome Keeper update in our Public Beta! - Steam News

    The mine is Dome Keeper. I linked what's coming soon to this fun game!

    44
    What are you working on this week? (June. 16, 2024)
  • They tried to force me to use SQLAlchemy, but I vomit with Python after 5 years. I learnt a bit of Rust and I wanted to try SQLx. Seemed like a perfect opportunity. Also I made a good base for recreation of Todoist in Rust that I'm keen on.

  • What are your favorites Bevy made games to play?
    store.steampowered.com Tunnet on Steam

    Build, debug and optimize a computer network in an underground facility.

    Tunnet on Steam

    Mine is Tunnet. Maybe someone found some gem? Itch.io games also counts, just needs to be made in Bevy!

    3
    Awesome Android Apps - my curated list of ~250 apps
    github.com GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy! - Psyhackological/AAA

    GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    Awesome Android Apps

    AAA

    Hi all,

    for 2 years, sporadically, I've been adding awesome FOSS apps with the following:

    Rules

    • Open Sourced
    • Free of charge (on F-Droid and source code repository releases)
    • Free as in Freedom
    • Ad-free
    • Installed and tested by me or by contributor
    • Privacy-friendly aware
    • Easy to use
    • Still in development or polished experience
    • Does not lack features compared to proprietary app
    • Does not need an account (the only exceptions are self-hosted) apps)
    • Has dark theme

    ...tested by my and then later by contributors. I think many of you will appreciate this simple README.md repo, and I would love some help with it.

    🏔️ Codeberg version

    I hope you will find it useful! 🤩

    1
    Awesome Android Apps - my curated list of ~250 apps
    github.com GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy! - Psyhackological/AAA

    GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    Awesome Android Apps

    AAA

    Hi all,

    for 2 years, sporadically, I've been adding awesome FOSS apps with the following:

    Rules

    • Open Sourced
    • Free of charge (on F-Droid and source code repository releases)
    • Free as in Freedom
    • Ad-free
    • Installed and tested by me or by contributor
    • Privacy-friendly aware
    • Easy to use
    • Still in development or polished experience
    • Does not lack features compared to proprietary app
    • Does not need an account (the only exceptions are self-hosted) apps)
    • Has dark theme

    ...tested by my and then later by contributors. I think many of you will appreciate this simple README.md repo, and I would love some help with it.

    🏔️ Codeberg version

    I hope you will find it useful! 🤩

    1
    Awesome Android Apps - my curated list of ~250 apps
    github.com GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy! - Psyhackological/AAA

    GitHub - Psyhackological/AAA: :iphone: Curated list of THE BEST FOSS Android apps to maximize your freedom & privacy!

    Awesome Android Apps

    AAA

    Hi all,

    for 2 years, sporadically, I've been adding awesome FOSS apps with the following:

    Rules

    • Open Sourced
    • Free of charge (on F-Droid and source code repository releases)
    • Free as in Freedom
    • Ad-free
    • Installed and tested by me or by contributor
    • Privacy-friendly aware
    • Easy to use
    • Still in development or polished experience
    • Does not lack features compared to proprietary app
    • Does not need an account (the only exceptions are self-hosted) apps)
    • Has dark theme

    ...tested by my and then later by contributors. I think many of you will appreciate this simple README.md repo, and I would love some help with it.

    🏔️ Codeberg version

    I hope you will find it useful! 🤩

    5
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PS
    Psyhackological @programming.dev
    Posts 7
    Comments 26