this post was submitted on 22 Aug 2023
487 points (98.2% liked)

Asklemmy

43766 readers
1648 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

Mine would be creating pen and paper ciphers for my made up secret communication needs.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 22 points 1 year ago* (last edited 1 year ago) (5 children)

I'm an amateur game developer. It's very, very rare I actually get to meet someone else who's into it. Everyone else is either overly impressed, thinking I'm some genius making COD or GTA in my spare time (I am definitely not), or some combination of thinking I'm lying/complete disinterest. It makes me quite sad to see that programming is still relatively niche.

[โ€“] ericbomb 9 points 1 year ago (2 children)

Same! If you wanna talk about niche, I make games that are blind accessible. I'm quirky and obscure even for a hobbyist game dev.

[โ€“] [email protected] 5 points 1 year ago (1 children)

Damn, that's a niche within a niche.

[โ€“] [email protected] 2 points 1 year ago
[โ€“] [email protected] 2 points 1 year ago

Accessibility is important! Thanks for caring!

[โ€“] sheogorath 3 points 1 year ago (1 children)

I tried to get into game development once, but the amount of workarounds that you have to do when scripting makes me go mad. I'm used to a more structured approach of programming when I got into game development there's so much that can be basically called hacks my mind just imploded.

[โ€“] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

Well, I learned programming through game dev, and haven't really entered the world of programming outside yet... so I'm scared of what's to come when I start my CS degree haha

[โ€“] [email protected] 1 points 1 year ago (1 children)

Get a game development degree in Colorado instead! It's like CS but with less math and more programming projects.

Game development is harder than most programming jobs.

[โ€“] [email protected] 1 points 1 year ago

Eh, it's too late haha my course starts in two months

[โ€“] [email protected] 2 points 1 year ago (1 children)

I think there is so much variety even within the developer community that it can be hard to find others with the same exact niche.

[โ€“] [email protected] 2 points 1 year ago

Quite true. And, as awful as it sounds, it's also hard to find people at your own level. Whenever I do meet a fellow dev, they're always either just starting or years ahead of me haha. So that either leaves me teaching, or in the dust, never just... jamming.

[โ€“] [email protected] 2 points 1 year ago (1 children)

I also am an aspiring game dev. What's your stack? I've been working in Godot for a while now but might be migrating to Bevy to use Rust and ECS.

Most people don't recognize how much work goes into game development and expect you to just crank out AAA content, it can be demoralizing working on your own. If you wanna chat and talk shop, hit me up!

[โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I've found Godot has pretty much everything I need. I roll my own components using the node system, and combine it with inheritance for the full flexibility of both worlds. There's also Godot-rust, an extension to Godot that adds Rust bindings!

I code in Godot using GDScript, make my models using Blender, compose my music and edit sound using REAPER, and edit images using GIMP. I've also recently started making videos using Kdenlive (I use linux btw ;))

I'm curious about other engines, true, but for anything they may have, the thought of losing Godot's workflow is crippling.

If you're interested, here's my latest project: https://irmoz.itch.io/upheaval

I'm working on a video about how I made it, too (it's mostly components)

[โ€“] [email protected] 2 points 1 year ago

I've been following a lot of PICO-8 game developers lately (on Mastodon and Discord) and I love seeing all the cool stuff they are doing.