rcmtcristian.hashnode.devWhat is Gaussian Splatting? An Introduction to Creating & OptimizingAt a Broad Level 3D Gaussian Splatting shares similarities with methods like NeRFs or photogrammetry. These approaches offer a means to construct a 3D scene using a collection of 2D images. In practical terms, this implies that with just a video or a...Jan 17, 2024·5 min read
rcmtcristian.hashnode.devOpen Source Licenses: All You Need To Know And MoreWhat are Open Source Licenses? Open source licenses are legal agreements that define how software can be used, modified, and distributed. They grant specific permissions to users, ensuring that the source code is accessible and can be freely shared. ...Dec 8, 2023·12 min read
rcmtcristian.hashnode.devUnearthing Data Structures & Algorithms: The Essentials Guide - Part 2Embarking on the next leg of our journey through the landscape of data structures and algorithms, we delve into the heart of efficient problem-solving. As we bid farewell to the initial segment of this two-part series, remember that these structures ...Nov 14, 2023·15 min read
rcmtcristian.hashnode.devUnearthing Data Structures & Algorithms: The Essentials GuideData structures are the backbone of problem-solving and acing programming interviews. If you're new to the world of computer science, don't worry! Understanding data structures might seem daunting at first, but with a little guidance, it can be simpl...Oct 27, 2023·14 min read
rcmtcristian.hashnode.devDiscover Three.js: Intro and Study GuideThere are many ways to approach learning Three.js. You can start by reading the documentation, watching tutorials, or taking online courses. However, it can be challenging to find the right resources and know where to begin. This study guide provides...Oct 15, 2023·5 min read