danielcasto / Python-Ray-Tracer-Engine

A simple ray tracer made in pure python
MIT License
0 stars 0 forks source link

Setup Pygame Foundations in main #2

Open danielcasto opened 2 years ago

danielcasto commented 2 years ago

Setup Pygame such that it takes in an array of pixels and draws those pixels on the screen. Do this is the main function in main.py.

danielcasto commented 2 years ago

Make sure to test what happens when you resize the screen while graphics are displayed.