Skip to content
#

graphics-programming-1

Here are 2 public repositories matching this topic...

Language: C++
Filter by language

The third project of Graphics Programming 1 at Howest DAE (2023) — a DirectX 11 real-time renderer focused on GPU-based rendering. It builds upon the earlier raytracer and rasterizer projects, implementing physically-based shading, lighting, and efficient GPU resource management through the DirectX 11 API.

  • Updated Oct 28, 2025
  • C++

CPU-based 3D rasterizer built from scratch as part of DAE’s Graphics Programming 1 course. Implements a full software rendering pipeline — vertex transforms, clipping, rasterization, depth buffering, and PBR shading — closely mirroring the DirectX 11 pipeline.

  • Updated Oct 28, 2025
  • C++

Improve this page

Add a description, image, and links to the graphics-programming-1 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphics-programming-1 topic, visit your repo's landing page and select "manage topics."

Learn more