
Part II - Circle Collision Detection
Circle-to-circle collision detection is a fundamental topic in computer graphics, game development, and physics simulations.

Riccardo Orion Feingold in βοΈ Blog, π» Tech
Sep 17, 2023 β’ 3 min read
Circle-to-circle collision detection is a fundamental topic in computer graphics, game development, and physics simulations.
Sep 17, 2023 β’ 3 min read
When setting out to build a physics engine, there's a fundamental building block you simply can't ignore: vectors. Vectors are the DNA of any physics computationβwhether it's detecting collisions, applying forces, or calculating rotations.
Sep 11, 2023 β’ 7 min read
In the last two months, I've implemented my own 2D physics engine using SFML from scratch, called Physics2D. It is able to handle forces, impulses, friction, collision detection and resolving, and it allows you to add distance sensors to your objects.
Sep 10, 2023 β’ 3 min read
Learn to add 3D models to your website with Model Viewer and Spline Viewer. This guide covers the basics from installation to customization, helping you boost user engagement. Compare features to find the viewer that fits your needs.
Oct 9, 2022 β’ 2 min read
Ever wanted to download a YouTube video using Python? It's simpler than you think. Using the Pytube library, you can grab videos in just a few lines of code. But always remember to respect YouTube's terms of service before downloading.
Oct 2, 2022 β’ 2 min read
Flying Island 3D Model with Blender
Sep 14, 2022 β’ 1 min read
This short post is a step-by-step guide on how to activate monitor mode on a WiFi adapter.
Sep 14, 2022 β’ 3 min read
*args stands for non-keyword arguments and **kwargs for keyword arguments. In your code, you donβt have to use the same names (args and kwargs). Importantly are the asterisks in front of the argument name. We use them when we are unsure about the number of arguments in our function.
Jun 3, 2022 β’ 2 min read
Today's blog post is for anyone interested in a career in mechanical engineering. I will give you my insights into being a mechanical engineering student. This post should cover all the questions I had had before I started this study back in 2020.
Mar 25, 2022 β’ 6 min read