summaryrefslogtreecommitdiff
path: root/bitmap.h
AgeCommit message (Expand)Author
2022-04-13Remove const qualifier to gain move semantic.Keuin
2022-04-13Antialiasing. (not parallelized)Keuin
2022-04-12Add bitmap::print for printing ASCII text.Keuin
2022-04-12Improve comments.Keuin
2022-04-12Make object::hit provides hit time t.Keuin
2022-04-11Implement ray3, timer and a simple viewport scanner.Keuin
2022-04-11Implement bitmap and PPM serialization (with a demo program).Keuin