Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 368 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 368 Bytes

Software Renderer

3D Software Renderer in Python (WIP).

Monkey Example

Install Dependencies

$ pip install -r requirements.txt

Run

A number of examples are included:

$ python icosphere_example.py
$ python monkey_example.py
$ python triangle_example.py
$ python starfield_example.py