Explore >> Select a destination


You are here

matthewearl.github.io
| | jamie-wong.com
13.4 parsecs away

Travel
| | One of the techniques used in many demo scenes is called ray marching. This algorithm, used in combination with a special kind of function called
| | blog.georgeshakan.com
10.3 parsecs away

Travel
| | Principal Component Analysis (PCA) is a popular technique in machine learning for dimension reduction. It can be derived from Singular Value Decomposition (SVD) which we will discuss in this post. We will cover the math, an example in python, and finally some intuition. The Math SVD asserts that any $latex m \times d$ matrix $latex...
| | www.opengl-tutorial.org
16.4 parsecs away

Travel
| | Free tutorials for modern Opengl (3.3 and later) in C/C++
| | timur.hu
81.7 parsecs away

Travel
| NGG (Next Generation Geometry) is the technology that is responsible for any vertex and geometry processing in AMD RDNA GPUs. I decided to do a write-up about my experience implementing it in RADV, which is the Vulkan driver used by many Linux systems, including the Steam Deck. I will also talk about shader culling on RDNA GPUs.