Tag Archives: c++

RetroNumericalMethods

Retro Numerical Methods located at https://bitbucket.org/Zulfiqar/retronumericalmethods is a set oc C++ templates for solving among others roots of functions, ordinary differential equations and integrations.

Posted in Projects | Tagged , | Comments Off on RetroNumericalMethods

RetroTracer

RetroTracer is at this moment a copy of the raytracer code from the Realistic Ray Tracer book by Peter Shirley and Keith Morley. It is my C++ test bed and tutorial project to improve my programming skills. I do hope … Continue reading

Posted in Projects | Tagged , | Comments Off on RetroTracer