marsp0 / phong-software-renderer

software renderer from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

Software Renderer

Software renderer written from scratch. The goal of the project is for me to be able to better understand the graphics pipeline and what goes under the hood.

Currently supported features

  • Single Threaded Forward Renderer
  • Perspective correct attribute interpolation
  • Frustum culling
  • Backface culling
  • Z-Buffer
  • Shading techniques
    • Gouraud
    • Phong
  • Reflection models
    • Phong
    • Blinn Phong
  • Directional lights
  • TGA and OBJ file parsers

Build

See the relevant wiki page.

References

See the relevant wiki page.

About

software renderer from scratch


Languages

Language:C++ 98.9%Language:Makefile 0.8%Language:Python 0.2%Language:Shell 0.1%