How I built a Ray Tracer in Pure Python

Arun Ravindran (~arocks)


3

Votes

Description:

What started as a visually appealing Python project for teaching intermediate Python Programmers, building a ray tracer was an enormous learning experience for the author as well. It began with deciphering the intricate mathematics and physics behind image rendering. Translating them into idiomatic Python took several iterations until the code looked beautiful. Eventually the process of making entertaining video proved to be the most challenging of all.

In this talk, I want to cover my experience of exploring the world of Image Processing armed with nothing other than the Python standard library. I hope to help others who are interested in this domain and change perceptions about Python performance in general. This might also be of interest to content creators who would like to make videos about Python.

Prerequisites:

Basic knowledge of Python.

Content URLs:

Code to Pure Python Ray tracer: https://github.com/arocks/puray

Blog Post series about the ray tracer: https://arunrocks.com/ray-tracer-in-python-1-points-in-3d-space-show-notes/

Playlist to the video tutorial series: https://www.youtube.com/playlist?list=PL8ENypDVcs3H-TxOXOzwDyCm5f2fGXlIS

Speaker Info:

Arun "Rocks" Ravindran is an author and speaker. His talks at Pycon are just an excuse to meet cool people. His book titled "Django Design Patterns and Best Practices, 2nd Edition" tries to solve everyday problems that Django Developers face with cutting edge technology and a healthy dose of humor. He is a developer member of the Django Software Foundation.

Speaker Links:

My blog: http://arunrocks.com

Open source: https://github.com/arocks/edge

Previous Talks:

https://www.youtube.com/watch?v=uB6ImGKs4Ok

http://in.pycon.org/funnel/2013/59-django-beyond-basics

https://www.youtube.com/watch?v=_PBvld1CuGU

Section: Game Design and 3D Modelling
Type: Talks
Target Audience: Intermediate
Last Updated: