tobiasmarciszko / qt_raytracer_challenge

Implementation based on the book The Ray Tracer Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Total alerts

Language grade: C/C++

Language grade: JavaScript

CMake Build Matrix

qt_raytracer_challenge

A Qt (for visuals) implementation based on the book The Ray Tracer Challenge. The idea is to completely follow the book and create tests and corresponding implementation.

I'm trying to stay off any predefined data structures and algorithms probably done already in any standard libraries, C++ or Qt. For some parts I will use them where it makes sense (to me :). Consider this as a sketch/work in progress/playground.

The book can be found here: https://pragprog.com/book/jbtracer/the-ray-tracer-challenge.

This repo has been code reviewed by Jason Turner (@lefticus) in a live stream here: https://www.youtube.com/watch?v=qXhC3tEB4Fc

About

Implementation based on the book The Ray Tracer Challenge

License:MIT License


Languages

Language:C++ 94.8%Language:QML 3.8%Language:HTML 0.8%Language:CMake 0.4%Language:C 0.1%Language:QMake 0.1%