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/)QU
Queen Of Squiggles @lemmy.one
Posts 2
Comments 27
Eye tracking?
  • I'm fairly certain it isn't, at least in the core engine. The dev team works really hard to make sure every feature going into core is:

    • useful for many/most users
    • impossible to create otherwise
    • has significant community demand.

    Things like eye tracking are more likely to be done in add-ons, GDExtension, and the like. You'd have better luck looking for an addon or C++ library that could get integrated

  • Welcome to C#!
  • Hey thanks for the community! I've been in love with C# for a while. Right now I mainly use it for my hobby game development (Godot with dotnet 6), but hoping to get a proper career soon. I'm excited to see what kinds of cool C# things people will share!

  • Progress on Slime Rancher inspired farming game (cross post)
  • Thanks! It was actually pretty easy to do with an Area3D. I didn't realize until I was making this that they can apply localized gravitational forces. That's how I did it, a cylinder of gravity towards the collection trigger.

  • Progress on Slime Rancher inspired farming game (cross post)

    lemmy.one Super early progress on my Slime Rancher inspired game - Lemmy.one

    I posted this on my CalcKey earlier but I wanted to make a proper Lemmy post as well to give more to this community. You can find the original post here [https://blahaj.zone/notes/9fsxsbmsw6]. Feel free to ask questions here, on YouTube, or on my CalcKey account post!

    Super early progress on my Slime Rancher inspired game - Lemmy.one

    I actually don't know how cross posting is supposed to work so I hope I'm doing it right. I originally shared this in a general game dev community but I want to share it here as well since it's Godot

    2
    Godot Sunday Showcase
  • Hey there! Glad to see a Godot community on Fedi! I've posted a bit in [email protected] about it, but today I was working on more back end stuff for my game.

    It's a slime rancher inspired farming game that takes place in a magical forest.

    The back end work I was doing is sprucing up my print statements with logging levels, rich text formatting, and scaffolding for generating log files. I also was working more on my mod loading framework which would allow users to make content that gets loaded into the game. I do this with some global scope registries and custom resources.

    Also I'm doing all of this in C# and open source under GNU GPL3

  • What distro(s) do you use?
  • I've been using Manjaro and having a pretty good time. I mainly use it because I like the idea of Arch, but not the time investment needed to get everything set up how I like it. I originally moved over because I wasn't happy with Ubuntu putting ads in the terminal when updating through apt.

  • Jerboa and Newpipe
  • You forgot an amazing reason to use NewPipe: Subscription Groups. You can assign different subscriptions to different groups and view a subs feed of that particular group. So I'd have a group for game dev and stuff, and another for media criticism, etc. Awesome stuff!!

  • Super early progress on my Slime Rancher inspired game

    I posted this on my CalcKey earlier but I wanted to make a proper Lemmy post as well to give more to this community.

    You can find the original post here.

    Feel free to ask questions here, on YouTube, or on my CalcKey account post!

    4
    How many of you are familiar with Toki Pona (and would you subscribe to a community for it?)
  • I'm familiar with Toki Pona, but like with conlang I only have a cursory interest in it. Not to dissuade the creation of community. I'm hoping by commenting on this, your post can find some more people who will be interested. Best of luck!

  • Do your part, try not to lurk!
  • Why hello I am literally just making this comment so more people see the post. My favourite thing about Fedi is how engagement works entirely different from proprietary social media. People make the Fediverse work, people being people make it such a lovely place!!

  • Do you work alone or in a team?
  • I typically work alone just because it's most convenient. I have a moderately unorthodox way of going about development so burdening others with that weird cycle feels almost cruel.

    I do like the idea of teaming up, especially for game jams. I just have to actually do that some day