Video game designing, engineering and hacking on YouTube and Twitch.
Shorts
After debugging all weekend, I finally figured out that my rigid body physics textbook had a typographical error in the quaternion multiplication formula (some "-"s where there should have been "+"s). I've implemented proper friction and bounciness, as well as scaling.
282,108 次观看
I spent this week learning how to code Fabric server-side mods, so that I could import a real physics engine and run it in Java. Finally got it working. This opens up a lot more possibilities.
198,185 次观看
Let's call it a "feature"...
97,829 次观看
NOT THE BEES!!
75,018 次观看
I wrote a rigid body physics engine datapack for Minecraft 1.20, and made a YouTube video about it!
73,421 次观看
Wrote some rough ground-plane collision code for my physics datapack. It wobbles a lot when sitting still (because it only collides at one corner each tick), but looks pretty believable while it's moving.