Skip to content

BlueLort/Lort-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software-Renderer

What is included ?

  • Perspective correct texture mapping.
  • OBJ Models Support.
  • Lighting (Phong Shading).
  • SSE Wrapper (Most Maths calculations in SIMD instructions).
  • Drawing edge to edge using Fixed Point arithmetic to save up cycles. PROJECT IMAGE

TODO List

  • Normal Mapping.
  • Shadows.
  • Deffered Shading.
  • Optimize the code more.
  • Enhance system design.