kayc⚙️
742 posts

kayc⚙️
@Coderkayc
Backend developer specializing in Node.js, Express, and PostgreSQL. Experienced in building secure APIs, authentication systems, and database-driven application
Software Bergabung Mayıs 2023
94 Mengikuti20 Pengikut
kayc⚙️ me-retweet

@Enugu_techfest 2026 was indeed an interesting experience lots of knowledge shared; lots of amazing peeps and most importantly a lot of young tech enthusiasts doing big things this shows that we’re off to a good start
w/ my boy @Coderkayc



English

🚀 Physics Engine Progress Update
I’ve made solid progress on my physics engine!
The goal was to design a system where multiple RigidBody instances could coexist in the same environment and all respond consistently to shared physical laws just like how objects in the real world are influenced by gravity and other forces.
To achieve this, I applied Object-Oriented Programming (OOP) principles. I created a base model for all rigid bodies and set up a Shared Physics module that currently includes gravity and linear drag. This allows every object in the scene to simultaneously experience gravity and air resistance.
It’s important to note that this isn’t a continuous free-fall simulation objects don’t keep accelerating indefinitely under gravity. Instead, once all momentum has been lost, the object naturally comes to rest.
Each object behaves differently, though, since I made mass a configurable property. For example, a feather now falls slower than a stone due to its lower mass. To test the accuracy of this setup, I simulated a vacuum environment by setting linear drag to zero and sure enough, both objects hit the ground at exactly the same time, just like in real-world physics.
Next up, I’ll be integrating collision theory, so objects can begin interacting with and applying forces to one another bringing the simulation one step closer to a full physical environment.
Please leave a like and a follow. I would be posting the Github link soon :) just hope my pc doesn't crash before then 😂
English
kayc⚙️ me-retweet
kayc⚙️ me-retweet
kayc⚙️ me-retweet
kayc⚙️ me-retweet























