aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2025-07-26Add configurable render chunk allocation modesJames Barnett4-41/+84
2025-07-26Rework multithreaded renderingJames Barnett11-95/+159
Render worker tasks are now split into chunks rather than row blocks for better thread utilisation
2022-01-04Fix specular lighting. Update scene.James Barnett4-51/+96
2022-01-03Implement refractionJames Barnett6-22/+139
2022-01-03Performance optimisationsJames Barnett5-24/+74
2022-01-02Add console outputJames Barnett3-8/+35
2022-01-02Implement multi-threaded renderingJames Barnett8-80/+231
2022-01-01Implement basic ray tracingJames Barnett8-0/+493