Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 537 Bytes

3D Software Rasterizer

A 3D software rasterizer that uses GDI+ for rendering assets loaded from popular model file formats.

Features

  • Load assets from MD2 file format.
  • Render assets using gouraud shading model.
  • Render assets using point lights.
  • Render assets using texture assets from a PC2 file.

Backlog

  • SIMD optimized vector operations.
  • Load assets from FBX file format.
  • Custom string implementation.
  • DLMalloc memory allocator integration.