From the blogs

Hey there! I'm really into infrastructure and computer graphics, and this blog is my little corner of the web where I share what I'm learning and working on. I'm all about keeping things relaxed and down-to-earth, so you'll find a mix of tech insights and casual musings here. Thanks for stopping by!

Est: 9 min

Triangular Shenanigans. Lists or Strips

This blog explores the differences between triangle lists and triangle strips in computer graphics, emphasizing the efficiency and performance benefits of using strips. It delves into stripification techniques, the advantages of strips for GPU memory and rendering, and practical implementation with OpenGL and NvTriStrip.

Est: 13 min

Integrating NvTriStrip with CMake for Optimized Triangle Strips

Learn how to integrate NvTriStrip, a library for optimizing triangle strips, into your CMake-based C++ project. NvTriStrip improves rendering performance by reducing vertex fetches. We'll guide you through downloading, configuring, and using NvTriStrip, creating a streamlined setup for enhanced graphics performance.