This thread is for anyone working on personal projects to share their progress, and hold themselves somewhat accountable to a group of peers.
Post your project, your progress from last week, and what you hope to accomplish this week.
If you want to be pinged with a reminder asking about your project, let me know, and I'll harass you each week until you cancel the service.

Jump in the discussion.
No email address required.
Notes -
I disliked my workflow.
Make changes in C++, build the editor, launch the editor, then launch the game from the editor. So many steps. Lots of waiting, only to make one more click.
So I told my copilot (GPT 5.4 in Agent mode in Jetbrains Rider) about it, and it wrote a script that it now executes after every prompt (or at least the ones that do more than refactor) to build, launch and start everything on its own, and even analyze any crashes that might occur on the way. This resolved a major pain point of Unreal development for me, so I'm fairly happy with it.
More options
Context Copy link