A software 3D renderer written in Python that aims to make it easy for everyone to understand. 🍭
- basic rendering pipeline
- wireframe rendering
- z-buffer rendering
- textures
$ pip install -r requirements.txt
$ python setup.py build_ext --inplace && python try.py
Always welcome, just fork this repo and send a pull request.