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!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.
Damn, that's a niche within a niche.
Nested niches
Accessibility is important! Thanks for caring!
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.
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
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.
Eh, it's too late haha my course starts in two months
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.
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.
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!
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)
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.