Robert Lipe
Robert Lipe
As a (very) crude way to graph this, run pio project config | egrep -i '(env:|Tjpg|lib_deps)' then look at the projects that contain TWO occurrences (one in graphics_libs which isn't...
Neo, what if I told you both angled above are true because actually, they are the _*SAME*_ angle? RL: "We should build it only where it's used because I hate...
I tried. The cases that are hard to pencil whip are the ones like the build failures in 789. The best regex skills still won't hit cases of inherited flags....
I spent unreasonable time staring at this. I didn't like the original (sorry) and I liked the replacement even less. Anytiem I monkey with the same pivot point three times...
Darn it. Premature send. Now, precompute some stuff beore looping. iPos[i] = (bLeft[i]) ? iPos[i]-spd : iPos[i]+spd; if (iPos[i]< meteorSize) { bLeft[i] = false; iPos[i] = meteorSize; } if (iPos[i]...
I whacked on it even harder. Arrays of Structs > Structs of arrays. Other cleanups applied. Please confirm that https://github.com/PlummersSoftwareLLC/NightDriverStrip/pull/792 keeps your build in a happy place. It looks the...