aboutsummaryrefslogtreecommitdiff
path: root/src/Framebuffer.ts
AgeCommit message (Collapse)AuthorFilesLines
2025-07-26Rework multithreaded renderingJames Barnett1-4/+6
Render worker tasks are now split into chunks rather than row blocks for better thread utilisation
2022-01-03Performance optimisationsJames Barnett1-6/+4
2022-01-01Implement basic ray tracingJames Barnett1-0/+38