I kept looking at the last video I posted and got really annoyed at how bad the animations of the patrol bot looked. This drove me to remake the animation rig for the patrol bot (to be much, much simpler) and I started making a control rig in unreal to push the animations there (see […]
I Built A TF2 Mod (Built meaning compiled)
I have tried to build a source engine mod probably 5-6 times since I started programming in late 2000s early 2010s and I’m finally ahead of the curve and I was able to get a mod built before valve did something that wasn’t in the public c++ repos that broke everything! (See https://github.com/ValveSoftware/source-sdk-2013/tree/master) This is […]
“DATA INCOMING!”
Made a data display using threes.js for a cool display for alerts over time. The thought was that the radial view would be displayed in a corner then would unravel as the user clicked the window to display a timeline of events. There’s a hitch when converting from the polar plot to the linear plot […]
RUST
My friend is working on some stuff in rust and it’s popped up in my job a few times so I wrote an asio sine wave generator in rust to familiarize myself. FYI the code below is not debugged/cleaned up and definitely has stuff that can be taken out. Anyone who knows rust probably wont […]