Skip Navigation
Jump
move_toward, rotation and radians
  • Took a walk and figured out my issue. I shouldn't have used direction.x in the increments argument. move_toward figures that out for you.

    9
  • So, I'm trying to rotate the player as they turn left and right in a top down view. The rotation works correctly when moving right, but fails going left.

    Here's the code that handles the rotation

    rotation = move_toward(rotation, PI / 12 * direction.x, PI / 2 * direction.x * delta)

    The numerical values look right, giving me 0.261 rads going right and -0.261 rads going left ... but the rotation going left continues to go clockwise and stops just before a full 180.

    Is there some quirk with rotation that I'm missing? My rubber ducks have remained silent.

    3
    Jump
    Dedicated NAS or Nextcloud server for home lab?
  • I'm running TrueNAS Scale and have nextcloud, pihole and jellyfin all running flawlessly as docker containers. They have a hardware compatibility list if you want to reduce/prevent flakeyness in your setup.

    2
  • Jump
    What law or rule exists because of you? What happened?
  • I got too comfortable at work and would walk around barefoot. The place was really clean. One morning a manager noticed and got weirded out. Next day there was a company wide announcement that shoes were required at all times.

    47
  • Jump
    Curb Your Enthusiasm and Crusader Kings III. Sounds good tbh, I'd watch that
  • What We Stardew in the Shadows. It's gonna get weird fast.

    7
  • Jump
    recomend a game system
  • If you want to add the meta of roleplaying the actors in the soap opera there's an old system called "It Came From the Late, Late, Late Show". It's a small booklet, around 20 pages if I recall.

    https://en.wikipedia.org/wiki/It_Came_From_the_Late,_Late,_Late_Show

    6
  • Jump
    Europe is doing so well regarding Linux smartphones
  • Does anyone know if Volla works with North American carriers? I'm already running graphene on a pixel, but ditching google completely would be great.

    4
  • Jump
    What features would you want in a decentralized gaming platform similar to Steam?
  • Essential

    • DRM Free
    • Cloud Saves
    • Compatabilty info with current system.

    Nice to Have

    • Save migration, pulling save files from other game platforms for titles owned on both
    • Mod integration. Would be great to have this built in instead of having to go out to nexus
    • External links to official wiki's when applicable. The community guides are cool, but sometimes you just need that wiki.
    54