Software renderer 3d engine in Python + Pygame - Testing different models

Опубликовано: 20 Октябрь 2024
на канале: FinFET
2,692
128

Testing different 3d models on my 3D graphics engine made in Python with Pygame, Numpy and Numba. It has some cool features like backface culling, directional lighting, perspective correct textures and z buffer.

Code: https://github.com/FinFetChannel/Simp...

Project inspired by ‪@javidx9‬ 3D from scratch series:    • Code-It-Yourself! 3D Graphics Engine ...  

#Python #Pygame #3dEngine