Published inTDS ArchiveUnit Disk Uniform SamplingDiscover the optimal transformations to apply on the standard [0,1] uniform random generator for uniformly sampling a 2D diskSep 16, 20242Sep 16, 20242
Published inTDS ArchiveUnit Disk and 2D Bounded KDEHow to extend Bounded Kernel Density Estimation to the 2D case? Let’s explore how to fix boundary bias around the unit disk.Jul 25, 2024Jul 25, 2024
Published inTDS ArchiveIntersect Multiple 3D Lines (Closest Point)Seeking intersection of a batch of 3D lines is more of a minimization problem than an actual intersection test, as usually done with 2 raysMar 27, 2024Mar 27, 2024
Published inTDS ArchiveBounded Kernel Density EstimationLearn how Kernel Density Estimation works and how you can adjust it to better handle bounded data, like age, height, or priceFeb 28, 2024Feb 28, 2024
Published inTDS ArchiveIntersect two 3D Rays (Closest Point)Let’s unravel the math behind 3D rays and demonstrate that it’s not significantly more challenging than the conventional 2D case.Feb 12, 20242Feb 12, 20242
Published inBetter ProgrammingRAM and VRAM Profiling in PythonEfficiently monitor RAM and GPU VRAM simultaneously with a single powerful function decorator.Nov 8, 20231Nov 8, 20231
Published inBetter ProgrammingMastering Flock Simulation with Boids, C++, OpenGL and ImGui 🐦Learn how to simulate the flocking behavior observed in birds or fish through simple interaction rulesSep 29, 20232Sep 29, 20232
Published inBetter ProgrammingNeRF at CVPR23: Arbitrary Camera Trajectories ➿Since the release of NeRF at ECCV 2020 there’s been more and more NeRF papers published each year. This trend continued at CVPR 2023, where…Jul 4, 2023Jul 4, 2023
Published inBetter ProgrammingNeRF at CVPR23: Rendering PerformanceSince the release of NeRF at ECCV 2020, there’s been more and more NeRF papers published each year. This trend continued at CVPR 2023…Jun 26, 2023Jun 26, 2023
Published inBetter ProgrammingLeast Squares Ellipse FittingEnhance your comprehension of conics and gain knowledge on how to fit an ellipse from a collection of 2D pointsJun 14, 20232Jun 14, 20232