Disclaimer: I am in no position to teach you how to write code. I never had any formal education so take this with a grain of salt. In an late night coding journey, I asked myself what would I say to my younger self to help him program. The one thing that kept coming back is pretty simple: Write the…
In our upcoming game Repeat we work with world, that seems to be infinitely looped for the player. This mechanic, as simple as it is, has become increasingly challenging to implement over time. One thing that was tricky are particles. Particles, and some other objects that are not meshes (decals, li…