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
A new world is a piece about exploring an utterly new Exo-Planet. Imagine you’re in space, and you look out of the window. You see a new world that gets bigger and bigger as you move towards it. After breaking through the atmosphere, you land with your rocket.
May 11, 2022 • 2 min read