Skip Navigation
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/)AR
ArmainAP @programming.dev
Posts 3
Comments 21
White House urges developers to dump C and C++
  • C++ is also the standard in game dev. You may see some C# here and there, but most engines, public available or otherwise, are built on C++.

    If it is a AAA game, I can assure you it is most likely made with C++.

  • My take on the impossible cube...no viewports and render targets used!

    My solution is shader based. The object inside the cube is visible when viewed trough a "portal".

    You may find this example scene and the code here: https://github.com/ArmainAP/Godot-Occlusion-Portals

    4
    What's (are) the funniest/stupidest way(s) you've broken your linux setup?
  • Somehow I found ways to remove and break the GUI multiple times in multiple ways in multiple distros.

    Different scenarios, different times, different issues trying to "fix". My usual fix after this was always to copy what I think I still had important and then move on with a reinstall.

    Recently I have been playing with ZorinOS and broke it in the same way by fidgeting with pipewire. Distro hoped to Fedora Silverblue due to the immutable filesystem. I wonder if I will break this one in a way I cannot revert it easily with rpm-ostree. I almost feel challenged.

  • Fedora, Arch, or EndeavourOS?
  • I recently distro-hoped to Fedora Silverblue and I am quite pleased with it. This version has in immutable filesystem, thus you might want to look for another version of Fedora.

    NixOS is big no go for me too, especially given that you can install the Nix package manager on any distro easily.

    Arch Wiki is great and I often use it for non Arch distros well.

  • I banned my kid from Roblox.... what next?
  • Was he interested in developing games in Roblox or just playing them? If he was interested in development, consider showing to him Godot. Do a simple tutorial together, maybe a multiplayer that he can send and show off to his friends.

  • Is this really that bad?
  • The UI/UX is a bit bad as the user flow is mangled. i would advice adding one of the new strong captchas and upon failure, redirect the human towards the human page and the bot towards the bot page.

  • Gamedev and linux
  • That is still extremely valuable feedback.

    "If it looks like a duck, swims like a duck, and quacks like a duck, then it probably is a duck."

    If it looks like a duck, swims like a dog and barks like a dog but I am still telling you it is a plain old duck, there is a miscommunication between me as a game developer and you as the player.

  • I'm tired of no meaningful way to report bugs being a widespread issue [QA]
  • What do you think of the way Subnautica did it during development with the feedback button?

    I think most devs do not bother with this despite being quite trivial to implement. This inspires me to create an Unreal Engine plugin that allows the devs to easily implement it and for the player to easily use it.

  • Is anybody using an Azure Repos push mirror?

    Asking as I have been trying to setup my Gitea repo to push to Azure Repos and I horribly fail at it. I tried PAT, I tried repo git credentials, nothing seems to work and I always result with an Error 401: Unauthorized.

    0

    I made a plugin for UMG/Slate Spline support.

    github.com GitHub - ArmainAP/Unreal-Engine-Widget-Spline-System: Spline System for UMG

    Spline System for UMG. Contribute to ArmainAP/Unreal-Engine-Widget-Spline-System development by creating an account on GitHub.

    GitHub - ArmainAP/Unreal-Engine-Widget-Spline-System: Spline System for UMG

    Title says it all. Currently no README as I can call functionally done but still WIP from the point of usability as I am trying to get the points editable via mouse clicks besides the details panel. Description and screenshot with the demo level added!

    Any feedback/suggestion/tips are welcome!

    0