Skip to content

Avyukt27/Software-Renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software Renderer

Renders a 3D scene using only the CPU (CPU heavy!)

Camera Controls

  • w: move along +Z
  • s: move along -Z
  • a: move along -X
  • d: move along +X
  • q: move along +Y
  • e: move along -Y
  • arrow keys: rotate the camera

Rotation Controls

  • z: Rotate all objects around their centre along the Z axis
  • x: Rotate all objects around their centre along the X axis
  • c: Rotate all objects around their centre along the Y axis

About

A simple software renderer built using Rust

Topics

Resources

Stars

Watchers

Forks

Languages