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.
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
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.
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’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.
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)