aboutsummaryrefslogtreecommitdiff
path: root/src/RaytraceDispatcher.ts
AgeCommit message (Collapse)AuthorFilesLines
2025-08-01Update colors and typographyJames Barnett1-7/+4
2025-07-31Add CPU performance benchmarkingJames Barnett1-2/+7
2025-07-26Add configurable render chunk sizeJames Barnett1-19/+33
2025-07-26Add configurable render chunk allocation modesJames Barnett1-16/+49
2025-07-26Rework multithreaded renderingJames Barnett1-53/+101
Render worker tasks are now split into chunks rather than row blocks for better thread utilisation
2022-01-03Performance optimisationsJames Barnett1-8/+24
2022-01-02Add console outputJames Barnett1-6/+8
2022-01-02Implement multi-threaded renderingJames Barnett1-0/+70