Day 1 splits into two logical steps. Processing the input, summing the parsed values into a new array, and then from that getting the answers to part 1 and part 2.
Advent of Code in Unreal Engine – Boilerplate Part 2
First we need a class that describes the imported asset. I just want an array of strings, one per line, accessible from Blueprint…
Glenn Fiedler Interviews Me
Earlier this year Glenn Fiedler reached out about doing an interview. I agreed, and you can now watch our conversation on youtube, here: We talk about my career in the games industry, middleware, vr, the metaverse, and more.
Advent of Code in Unreal Engine – Boilerplate Part 1
I enjoyed last years Advent of Code. I solved all the puzzles, eventually, and my solutions (all c++) can be found on github, here: https://github.com/codemonkey-uk/aoc-2021. I thought this year I’d try to do it in Unreal, and more specifically, in UE5.1 and focus on solving in Blueprint. I don’t expect this to make it easier,…
Hello world!
What was the final straw? I couldn’t say exactly, but now I have a blog. I’ve had a basic hosting plan for years, and they have a WordPress installer. It wasn’t as easy as I hoped but then easy wasn’t really the point. But now I have a blog, and in this my first post,…