issues
search
stephen-w-choo
/
ray-tracer-browser
3d renderer for the browser. A personal project to practice linear algebra, test-driven development and TypeScript.
0
stars
0
forks
source link
Canvas for the graphics renderer
#3
Closed
stephen-w-choo
closed
11 months ago
stephen-w-choo
commented
11 months ago
Created a new canvas class
Created functions to write to both the Browser canvas API and to PPM files to visualise the canvas
Created a demo for the canvas (2d only) by writing the projectile to the canvas
Tests all written, all passing