Instead of spamming the showcase thread with my frantic successes, I thought I'd start my own Dev Progress post that would incrementally show my journey in game development. So it's allllll in one place.
I plan to add in any extra posts with various videos, .gifs, and updates to what I'm working on in my pursuit of making games.
In my first post, I'm proud to show off that I can program a "Force" push effect for objects in 3D space! After learning about ray casting today and its implementation in Godot 4.2, I decided to test my player camera raycast out by utilizing it to push objects, sort of like how a Jedi would. This is the first successful test of that endeavor!
I'm now able to force-push objects in my game, using ray casting as a method of getting the computer to understand the relationship between my player character and other collideable 3D objects using physics.