Implemented a game engine using DX11 with the following features:

  • Custom math library for vector and matrix calculation in SIMD
  • A rendering pipeline with texture support
  • Cache system for textures, materials, and shaders
  • Skinning and animation blending
  • AABB physics collision
  • Multithreading animation jobs
  • Post-processing effects like Bloom

This is the final result!