site banner

Tinker Tuesday for October 15, 2024

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.

1
Jump in the discussion.

No email address required.

Also, @ArjinFerman, just for you: https://github.com/Shrugger/F7s

Feel free to make fun of everything in there. Right now it doesn't even compile, and if it did it wouldn't even be so much as a "Hello World".

I don't usually publish repos ever since I had to scrub the entire commit history of one thanks to a prank. Don't make me re-learn that lesson!

Noice!

This works (well, if it compiled) as a standalone project, or do I have to figure out Stride to get it working?

You'll probably need Stride to compile and run it, but don't fret - there's nothing to run yet. With the latest commit the whole thing is ready to compile, but so far all I've done is migrate over whatever was reasonably salvageable from the Godot days and ram it into a Stride project with zero finesse. If you were to compile and run it, you'd get a whole lot of nothing.

Next up is me getting my bearings and putting my code where my mouth was last week, i.e., getting some agents to visibly do things. Until then, there's nothing you could really do with the project. And once there is, I can indeed be assed to build an executable for you so that you needn't bother with Stride or getting your Visual Studio in order.