Personally, I'm trying to get my book edits off the ground. But I'm also working on little bits of worldbuilding for a new story. I'm curious if other people are working on some creative project and I thought it would be cool to see where we're all at.

Maybe we could even coordinate together (in a safe way to prevent doxxing ourselves) and get collaborative projects going.

I have a background in writing and some free time with this temp gig, so if people want to reach out on their projects, anyone can feel free to DM me. Even if it's just feedback.

  • WhyEssEff [she/her]
    ·
    3 years ago

    i already own a gamemaker permanent license so wanna try learning it :shrug-outta-hecks:

    also c# is intimidating :scared:

    • morte [she/her]
      ·
      3 years ago

      understandable, i think i picked up GMS 1 for free? in a bundle a long time ago but never used it

      Godot doesn't use c# (you CAN use c#, though). it uses a custom language called GDScript which has similar syntax to python. The dynamic typing (and duck typing) makes it very easy to pick up and understand, and it uses a node/tree system which makes it super easy to make prefabs and such. if you're ever looking to switch from game maker i highly recommend :stalin-approval:

      • WhyEssEff [she/her]
        ·
        3 years ago

        it unfortunately looks like it relies on OpenGL which makes it a time bomb for me as a current mac user :sadness: