Articles by Tag #opengl

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

C++, Unsafe Doesn’t Always Mean Dangerous : How I increased performance with raw pointers

TL;DR: When building a real-time video rendering and encoding pipeline in C++, I hit a...

Learn More 3 2Jun 16

How to Create Artistic Codes with C++ and GLSL (Shaders)

GLSL is a language for creating high-level shaders. It is based on C, so it has a very similar...

Learn More 3 2Apr 18

OpenGL Meets Calculus: The Math Behind Normal Maps

This article was originally published on Valerius Petrini's Programming Blog on 08/18/2025 In...

Learn More 1 0Aug 20

Light Interaction in Computer Graphics: Reflection and the Blinn-Phong Model — OpenGL

This article explains the role of reflection in computer graphics, focusing on how light interacts...

Learn More 1 0Dec 7 '24

Building a Low-Level Game Engine from Scratch

For a while now, I’ve been working on CHIFEngine, a low-level graphics engine designed for...

Learn More 1 0Mar 26

When GPT Couldn't Help, an Old GIS Algorithm Did

A Line of Insight from Simplifying Contours Technical bottlenecks often stem not from a lack of...

Learn More 0 0May 13

Setup OpenGL on Mx Mac with C and not C++ - Sanity Checklist

I have struggled with finding resources for this today and all the ones I saw were tailored to C++...

Learn More 0 0Aug 7

Understanding and Exploring GPUs: Architecture, Stages to Render a Game, and Rendering Pipeline Stages.

In this article, we’ll cover the architecture of an GPU and how it works, the stages that works...

Learn More 0 0Jan 24

Building a Physically Accurate Black Hole Visualization with Python, CUDA, and OpenGL

How I created an interactive black hole simulation that implements magnetically dominated accretion disk physics, relativistic light bending, and advanced rendering techniques.

Learn More 0 0Feb 28

Jergen gets Normal Mapped

Introduction In my last post I checked the art side - still struggling with the word art -...

Learn More 0 1Sep 16 '24

Understanding OpenGL Rendering Pipeline Stages

As we discussed before about How GPU works and the processes involved when playing a game, what are...

Learn More 0 0Jan 26

How to correctly rotate an OBB ?

Hello everyone, I made, with OpenGL, a car simulator. For the car collision box, I used an OBB.The...

Learn More 0 0Jan 3

Making a Game Engine using rust lang. (Rust Game Engine Dev #0)

So, I have major project coming up and i am developing game engine. You may think why game engine my...

Learn More 0 0Mar 20

[Boost]

C++, Unsafe Doesn’t Always Mean Dangerous : How I increased...

Learn More 0 1Jun 16

My First Experience with a Video Editor Android App using OpenGL

Hello! I recently wrote a post about building a video editor app on Android using OpenGL. Just...

Learn More 0 0Jul 6