opengl

Tag

Cards List
#opengl

Learn OpenGL, extensive tutorial resource for learning Modern OpenGL

Hacker News Top · 2026-07-23 Cached

Learn OpenGL is a free online book that teaches modern OpenGL (core-profile) with step-by-step tutorials, covering graphics programming from basics to advanced techniques.

0 favorites 0 likes
#opengl

Software rendering in 500 lines of bare C++

Hacker News Top · 2026-07-23 Cached

A tutorial series demonstrating how OpenGL, Vulkan, Metal, and DirectX work by building a software renderer from scratch in 500 lines of C++ with no external libraries.

0 favorites 0 likes
#opengl

Software rendering in 500 lines of bare C++

Lobsters Hottest · 2026-07-23 Cached

This tutorial series teaches how to write a software renderer from scratch in 500 lines of C++, explaining the inner workings of modern 3D graphics APIs.

0 favorites 0 likes
#opengl

Investigating Linux graphics (2025)

Lobsters Hottest · 2026-06-30 Cached

A deep dive into the Linux graphics stack, tracing from GPU triangle drawing through Mesa3D, GLFW, OpenGL, Vulkan, Wayland, and Linux DRM to understand how the system works.

0 favorites 0 likes
#opengl

I built a GPU back end for Emacs

Hacker News Top · 2026-06-23 Cached

The author describes building a GPU-based display backend for Emacs using Metal on macOS and OpenGL on Linux, improving rendering performance and enabling new effects like video playback and animated cursors, without modifying the core redisplay engine.

0 favorites 0 likes
#opengl

Making a game in Visual Studio from 1997

Lobsters Hottest · 2026-06-07 Cached

A senior developer used Visual Studio 6 from 1997 and pure C to build a dual-stick shooter game framework on Windows 7, demonstrating retro development practices such as fixed timestep, object management, and OpenGL compatibility mode.

0 favorites 0 likes
← Back to home

Submit Feedback