doug65536 / funrender

Fast multithreaded SIMD software renderer with Z-buffering and perspective correct textures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

funrender

Fast multithreaded SIMD software renderer with transformations, lighting, clipping, Z-buffering, perspective correct textures, color and normal interpolation, texture modulation, and scissor region.

Supports SSE, AVX2, AVX512, and NEON vectors for SIMD. Uses SDL to abstract presenting the surface, user input, and the application window.

About

Fast multithreaded SIMD software renderer with Z-buffering and perspective correct textures


Languages

Language:C 50.1%Language:C++ 49.2%Language:Makefile 0.6%