React- The Complete Guide Course Recently, I have been feeling that I am lacking practical application in my software engineering education. While my course work…
I am always trying to learn more about graphics programing. Previously, I have completed Ray Tracing in One Weekend and experimented with OpenGL. The University…
Introduction Over the summer I took a computer system’s class. In it we learned about low level system’s operations. We learned how instructions get translated…
Introduction Recently, I have picked up a decent amount of freelance compositing work. As a freelancer one of the difficulties is that you don’t have…
I recently finished the next section of “Learn OpenGL” on advanced OpenGL topics. This section was all about further exploring topics introduced in the first…
Introduction After exploring raytracing in my last two projects I wanted to learn more about rasterization and real-time graphics technologies. I picked up a copy…
Intro In a follow up to Ray Tracing: In One Weekend I completed Ray Tracing: The Next Week. I really enjoy these Pete Shirley booklets.…
Intro Link to GitHub: https://github.com/zackthomas1/RayTracingOneWeekend First Image The first step was to set up a way to write an image to file. This paper uses…
A major goal for me in programming has been writing my own ray tracer. As I have been learning programing, I’ve also been watching video…
Over the summer I dedicated myself to learning C#. The reason I choose to learn C# is that I have started learning programming with python,…