DEV Community

Cover image for Sliver1-Rendering-engine pure CPU based render
MD
MD

Posted on

Sliver1-Rendering-engine pure CPU based render

πŸ‘‹ Hey Devs!

I’ve been working on a custom rendering engine built in Python. This project is focused on creating a pure CPU-based rendering engine.

πŸ“˜ Features

  • Affine texture mapping
  • 3D projection
  • Z-buffering
  • Backface culling
  • Numba-accelerated math routines
  • Quad and triangle support

πŸ’‘ Why Build This?

I created this because I wanted to make a 3D rendering engine that doesn’t rely on complex GPU algorithms.

πŸ“š This Project Is:

  • Minimalist βœ…
  • Hackable βœ…
  • Educational βœ…

πŸ”— Get Involved

  • GitHub
  • Contributions, issues, and ideas welcome!

Top comments (0)