psteudolus / RayTracer

RayTracer in one weekend
MIT License
0 stars 0 forks source link

Transition from naked New/Delete to RAII #14

Closed psteudolus closed 5 years ago

psteudolus commented 5 years ago

Utilize smart pointers and other modern C++ structures/techniques to make the program memory safe and avoid some of the issues of the past.