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)