Render Algorithms Basic Python implementation of the Z-Buffer and Warnock algorithms Execute To run, just call main.py and the name of the desired algorithm, eg.: python main.py zbuffer or python main.py warnock Requirements Python 3