Skip to content
#

dae

Here are 18 public repositories matching this topic...

🌋 Vulkan-based graphics projects for Graphics Programming 2 at Howest DAE (2024). Covers advanced rendering techniques including PBR, normal mapping, environment mapping, sprite rendering, post-processing, and optional compute, geometry, and tessellation shaders.

  • Updated Mar 14, 2026
  • C++

🚪 Unreal Engine 5 first-person puzzle game created for Game Engine Fundamentals (Howest DAE, 2024). Based on the random theme words piece elimination and glimpse. Solve color-coded energy puzzles, control AIs, and survive sentries to uncover the inevitable end.

  • Updated Mar 14, 2026
  • C++

🐔 A collection of Programming 3 lab projects from the third semester at Howest DAE (2023). Focused on modern C++ practices, hardware-efficient programming, and deeper system-level understanding through TDD, STL algorithms, and Win32 fundamentals.

  • Updated Mar 14, 2026
  • C++

🌚 Final project for Software Engineering at Howest DAE (2024). Demonstrates modular C++ development with Lua integration, including three simple mini-games: Pong, Snake, and Breakout. Includes a single final release build.

  • Updated Mar 14, 2026
  • C++

🟠 Programming 4 final project: Q*bert arcade remake using Minigin. Implements the first three levels with pixel-perfect accuracy, AI and enemy behavior, applying Programming 4 concepts and game programming patterns. Engine/game logic split via static library.

  • Updated Mar 14, 2026
  • C++

🤖 Template repository for the GitHub Actions lecture in the Software Engineering course at Howest DAE. Includes a minimal workflow example for CI/CD automation.

  • Updated Oct 28, 2025
  • C++

🪟 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 Mar 14, 2026
  • 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 Mar 14, 2026
  • C++

Improve this page

Add a description, image, and links to the dae 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 dae topic, visit your repo's landing page and select "manage topics."

Learn more